ffmpeg | branch: release/3.1 | Michael Niedermayer <[email protected]> | 
Sun Nov 27 03:39:20 2016 +0100| [ebe104e827717b8ea5dfcb49c6f877e50a33425c] | 
committer: Michael Niedermayer

avformat/utils: Fix type mismatch

Signed-off-by: Michael Niedermayer <[email protected]>
(cherry picked from commit a06e84b56e936ff3ca090f53d81f9cbc3514e0e0)
Signed-off-by: Michael Niedermayer <[email protected]>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ebe104e827717b8ea5dfcb49c6f877e50a33425c
---

 libavformat/utils.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/utils.c b/libavformat/utils.c
index a11f4ad..2eb8190 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -3294,7 +3294,7 @@ int avformat_find_stream_info(AVFormatContext *ic, 
AVDictionary **options)
     int64_t max_subtitle_analyze_duration;
     int64_t probesize = ic->probesize;
     int eof_reached = 0;
-    int64_t *missing_streams = av_opt_ptr(ic->iformat->priv_class, 
ic->priv_data, "missing_streams");
+    int *missing_streams = av_opt_ptr(ic->iformat->priv_class, ic->priv_data, 
"missing_streams");
 
     flush_codecs = probesize > 0;
 

_______________________________________________
ffmpeg-cvslog mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to