mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-11-01 04:53:04 +08:00 
			
		
		
		
	lavf: put av_find_stream_info() compatibility wrapper back.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		| @@ -2246,6 +2246,13 @@ static int tb_unreliable(AVCodecContext *c){ | |||||||
|     return 0; |     return 0; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | #if FF_API_FORMAT_PARAMETERS | ||||||
|  | int av_find_stream_info(AVFormatContext *ic) | ||||||
|  | { | ||||||
|  |     return avformat_find_stream_info(ic, NULL); | ||||||
|  | } | ||||||
|  | #endif | ||||||
|  |  | ||||||
| int avformat_find_stream_info(AVFormatContext *ic, AVDictionary **options) | int avformat_find_stream_info(AVFormatContext *ic, AVDictionary **options) | ||||||
| { | { | ||||||
|     int i, count, ret, read_size, j; |     int i, count, ret, read_size, j; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Michael Niedermayer
					Michael Niedermayer