mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-10-31 12:36:41 +08:00 
			
		
		
		
	Doxygenate avcodec_version().
Originally committed as revision 14666 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -2528,8 +2528,11 @@ extern AVCodec *first_avcodec; | |||||||
| #endif | #endif | ||||||
| AVCodec *av_codec_next(AVCodec *c); | AVCodec *av_codec_next(AVCodec *c); | ||||||
|  |  | ||||||
| /* returns LIBAVCODEC_VERSION_INT constant */ | /** | ||||||
|  |  * Returns the LIBAVCODEC_VERSION_INT constant. | ||||||
|  |  */ | ||||||
| unsigned avcodec_version(void); | unsigned avcodec_version(void); | ||||||
|  |  | ||||||
| #if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0) | #if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0) | ||||||
| /* returns LIBAVCODEC_BUILD constant */ | /* returns LIBAVCODEC_BUILD constant */ | ||||||
| attribute_deprecated unsigned avcodec_build(void); | attribute_deprecated unsigned avcodec_build(void); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Stefano Sabatini
					Stefano Sabatini