diff 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
line wrap: on
line diff
--- a/svq1.c	Wed Jul 16 18:20:46 2003 +0000
+++ b/svq1.c	Thu Jul 17 12:29:07 2003 +0000
@@ -838,4 +838,5 @@
     svq1_decode_end,
     svq1_decode_frame,
     CODEC_CAP_DR1,
+    .flush= ff_mpeg_flush,
 };