[FFmpeg-cvslog] lavf: Fix codec id forcing with probed codecs
Michael Niedermayer
git at videolan.org
Wed Jan 2 01:24:50 CET 2013
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Jan 2 01:15:58 2013 +0100| [341e40f1e1eeba1a2952c26363630596193e887b] | committer: Michael Niedermayer
lavf: Fix codec id forcing with probed codecs
Fixes Ticket2088
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=341e40f1e1eeba1a2952c26363630596193e887b
---
libavformat/utils.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/utils.c b/libavformat/utils.c
index 0e8e05a..c5eb36f 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -714,6 +714,7 @@ no_packet:
}else
av_log(s, AV_LOG_WARNING, "probed stream %d failed\n", st->index);
}
+ force_codec_ids(s, st);
}
}
}
More information about the ffmpeg-cvslog
mailing list