comparison svq1.c @ 1368:0fd38b711f06 libavcodec

AVCodec.flush() ff_draw_horiz_band() in coded order / cleanup
author michaelni
date Thu, 17 Jul 2003 12:29:07 +0000
parents 00dcdda701ca
children f0d3fdee007e
comparison
equal deleted inserted replaced
1367:b33c63b53cef 1368:0fd38b711f06
836 svq1_decode_init, 836 svq1_decode_init,
837 NULL, 837 NULL,
838 svq1_decode_end, 838 svq1_decode_end,
839 svq1_decode_frame, 839 svq1_decode_frame,
840 CODEC_CAP_DR1, 840 CODEC_CAP_DR1,
841 .flush= ff_mpeg_flush,
841 }; 842 };