You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	lavu: document av_reverse.
This commit is contained in:
		| @@ -64,6 +64,9 @@ | ||||
| /* misc math functions */ | ||||
| extern const uint8_t ff_log2_tab[256]; | ||||
|  | ||||
| /** | ||||
|  * Reverse the order of the bits of an 8-bits unsigned integer. | ||||
|  */ | ||||
| extern const uint8_t av_reverse[256]; | ||||
|  | ||||
| static av_always_inline av_const int av_log2_c(unsigned int v) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user