comparison rv40.c @ 8753:64acd0cc269d libavcodec

Add decoder flush after seeking for RV3/4 decoders
author kostya
date Sat, 07 Feb 2009 09:35:16 +0000
parents e9d9d946f213
children 0f95e4f0a3f5
comparison
equal deleted inserted replaced
8752:7fd1422a8703 8753:64acd0cc269d
652 rv40_decode_init, 652 rv40_decode_init,
653 NULL, 653 NULL,
654 ff_rv34_decode_end, 654 ff_rv34_decode_end,
655 ff_rv34_decode_frame, 655 ff_rv34_decode_frame,
656 CODEC_CAP_DR1 | CODEC_CAP_DELAY, 656 CODEC_CAP_DR1 | CODEC_CAP_DELAY,
657 .flush = ff_mpeg_flush,
657 .long_name = NULL_IF_CONFIG_SMALL("RealVideo 4.0"), 658 .long_name = NULL_IF_CONFIG_SMALL("RealVideo 4.0"),
658 }; 659 };