comparison h263dec.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 80067f8d6770
children b52e62d17bbb
comparison
equal deleted inserted replaced
1367:b33c63b53cef 1368:0fd38b711f06
721 NULL, 721 NULL,
722 ff_h263_decode_end, 722 ff_h263_decode_end,
723 ff_h263_decode_frame, 723 ff_h263_decode_frame,
724 CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1 | CODEC_CAP_TRUNCATED, 724 CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1 | CODEC_CAP_TRUNCATED,
725 .options = mpeg4_decoptions, 725 .options = mpeg4_decoptions,
726 .flush= ff_mpeg_flush,
726 }; 727 };
727 728
728 AVCodec h263_decoder = { 729 AVCodec h263_decoder = {
729 "h263", 730 "h263",
730 CODEC_TYPE_VIDEO, 731 CODEC_TYPE_VIDEO,
733 ff_h263_decode_init, 734 ff_h263_decode_init,
734 NULL, 735 NULL,
735 ff_h263_decode_end, 736 ff_h263_decode_end,
736 ff_h263_decode_frame, 737 ff_h263_decode_frame,
737 CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1 | CODEC_CAP_TRUNCATED, 738 CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1 | CODEC_CAP_TRUNCATED,
739 .flush= ff_mpeg_flush,
738 }; 740 };
739 741
740 AVCodec msmpeg4v1_decoder = { 742 AVCodec msmpeg4v1_decoder = {
741 "msmpeg4v1", 743 "msmpeg4v1",
742 CODEC_TYPE_VIDEO, 744 CODEC_TYPE_VIDEO,