changeset 588:113101b95d3b libavformat

raw h261 demuxing fix
author michael
date Sat, 13 Nov 2004 17:35:09 +0000
parents fe24632a577b
children f847832552e5
files utils.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/utils.c	Sat Nov 13 01:27:35 2004 +0000
+++ b/utils.c	Sat Nov 13 17:35:09 2004 +0000
@@ -1762,6 +1762,7 @@
             (st->codec.codec_id == CODEC_ID_FLV1 ||
              st->codec.codec_id == CODEC_ID_H264 ||
              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_MJPEG ||
              st->codec.codec_id == CODEC_ID_PNG ||