mirror of https://git.ffmpeg.org/ffmpeg.git
raw h261 demuxing fix
Originally committed as revision 3680 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3129cd0140
commit
61c7c3e347
|
@ -1762,6 +1762,7 @@ int av_find_stream_info(AVFormatContext *ic)
|
||||||
(st->codec.codec_id == CODEC_ID_FLV1 ||
|
(st->codec.codec_id == CODEC_ID_FLV1 ||
|
||||||
st->codec.codec_id == CODEC_ID_H264 ||
|
st->codec.codec_id == CODEC_ID_H264 ||
|
||||||
st->codec.codec_id == CODEC_ID_H263 ||
|
st->codec.codec_id == CODEC_ID_H263 ||
|
||||||
|
st->codec.codec_id == CODEC_ID_H261 ||
|
||||||
st->codec.codec_id == CODEC_ID_VORBIS ||
|
st->codec.codec_id == CODEC_ID_VORBIS ||
|
||||||
st->codec.codec_id == CODEC_ID_MJPEG ||
|
st->codec.codec_id == CODEC_ID_MJPEG ||
|
||||||
st->codec.codec_id == CODEC_ID_PNG ||
|
st->codec.codec_id == CODEC_ID_PNG ||
|
||||||
|
|
Loading…
Reference in New Issue