comparison mpeg12.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 8f613147c6cb
children 45d761c387cd
comparison
equal deleted inserted replaced
1367:b33c63b53cef 1368:0fd38b711f06
2354 mpeg_decode_init, 2354 mpeg_decode_init,
2355 NULL, 2355 NULL,
2356 mpeg_decode_end, 2356 mpeg_decode_end,
2357 mpeg_decode_frame, 2357 mpeg_decode_frame,
2358 CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1 | CODEC_CAP_TRUNCATED, 2358 CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1 | CODEC_CAP_TRUNCATED,
2359 .flush= ff_mpeg_flush,
2359 }; 2360 };