comparison rv10.c @ 2453:f67b63ed036d libavcodec

avoid buf_size == 0 checks in every decoder
author michael
date Sun, 23 Jan 2005 18:09:06 +0000
parents 436a5f740f29
children e25782262d7d
comparison
equal deleted inserted replaced
2452:73a66a4a6ab4 2453:f67b63ed036d
761 sizeof(MpegEncContext), 761 sizeof(MpegEncContext),
762 rv10_decode_init, 762 rv10_decode_init,
763 NULL, 763 NULL,
764 rv10_decode_end, 764 rv10_decode_end,
765 rv10_decode_frame, 765 rv10_decode_frame,
766 CODEC_CAP_DR1, 766 CODEC_CAP_DR1 | CODEC_CAP_DELAY,
767 .flush= ff_mpeg_flush, 767 .flush= ff_mpeg_flush,
768 }; 768 };
769 769