diff utils.c @ 686:e2687b784c3a libavformat

shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>)
author michael
date Sat, 26 Feb 2005 03:36:04 +0000
parents 095009fc2f35
children 829c5c8e5cf2
line wrap: on
line diff
--- a/utils.c	Fri Feb 25 11:15:31 2005 +0000
+++ b/utils.c	Sat Feb 26 03:36:04 2005 +0000
@@ -1845,6 +1845,7 @@
              st->codec.codec_id == CODEC_ID_PGMYUV ||
              st->codec.codec_id == CODEC_ID_PBM ||
              st->codec.codec_id == CODEC_ID_PPM ||
+             st->codec.codec_id == CODEC_ID_SHORTEN ||
              (st->codec.codec_id == CODEC_ID_MPEG4 && !st->need_parsing)))
             try_decode_frame(st, pkt->data, pkt->size);