mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-11-01 04:53:04 +08:00 
			
		
		
		
	binary compatibility fix
Originally committed as revision 1700 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -388,14 +388,6 @@ typedef struct AVCodecContext { | |||||||
|      */ |      */ | ||||||
|     int frame_rate; |     int frame_rate; | ||||||
|      |      | ||||||
|     /** |  | ||||||
|      * frame_rate_base. |  | ||||||
|      * for variable fps this is 1 |  | ||||||
|      * - encoding: set by user. |  | ||||||
|      * - decoding: set by lavc. |  | ||||||
|      */ |  | ||||||
|     int frame_rate_base; |  | ||||||
|  |  | ||||||
|     /** |     /** | ||||||
|      * width / height. |      * width / height. | ||||||
|      * - encoding: MUST be set by user.  |      * - encoding: MUST be set by user.  | ||||||
| @@ -1039,6 +1031,15 @@ typedef struct AVCodecContext { | |||||||
|      */ |      */ | ||||||
|     int me_range; |     int me_range; | ||||||
|  |  | ||||||
|  |     /** | ||||||
|  |      * frame_rate_base. | ||||||
|  |      * for variable fps this is 1 | ||||||
|  |      * - encoding: set by user. | ||||||
|  |      * - decoding: set by lavc. | ||||||
|  |      * @todo move this after frame_rate | ||||||
|  |      */ | ||||||
|  |     int frame_rate_base; | ||||||
|  |  | ||||||
| } AVCodecContext; | } AVCodecContext; | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Michael Niedermayer
					Michael Niedermayer