comparison snow.c @ 9808:b911dbff811c libavcodec

snow decoder uses get_buffer, set CODEC_CAP_DR1
author bcoudurier
date Fri, 05 Jun 2009 08:40:31 +0000
parents f4a60e47193f
children 404026d9adb5
comparison
equal deleted inserted replaced
9807:08b84fcd478c 9808:b911dbff811c
4678 sizeof(SnowContext), 4678 sizeof(SnowContext),
4679 decode_init, 4679 decode_init,
4680 NULL, 4680 NULL,
4681 decode_end, 4681 decode_end,
4682 decode_frame, 4682 decode_frame,
4683 0 /*CODEC_CAP_DR1*/ /*| CODEC_CAP_DRAW_HORIZ_BAND*/, 4683 CODEC_CAP_DR1 /*| CODEC_CAP_DRAW_HORIZ_BAND*/,
4684 NULL, 4684 NULL,
4685 .long_name = NULL_IF_CONFIG_SMALL("Snow"), 4685 .long_name = NULL_IF_CONFIG_SMALL("Snow"),
4686 }; 4686 };
4687 4687
4688 #if CONFIG_SNOW_ENCODER 4688 #if CONFIG_SNOW_ENCODER