comparison indeo3.c @ 9794:fd3481a592b2 libavcodec

indeo3 decoder uses get_buffer, set CODEC_CAP_DR1
author bcoudurier
date Fri, 05 Jun 2009 08:08:49 +0000
parents 54bc8a2727b0
children 773041579748
comparison
equal deleted inserted replaced
9793:54456267c77c 9794:fd3481a592b2
1131 sizeof(Indeo3DecodeContext), 1131 sizeof(Indeo3DecodeContext),
1132 indeo3_decode_init, 1132 indeo3_decode_init,
1133 NULL, 1133 NULL,
1134 indeo3_decode_end, 1134 indeo3_decode_end,
1135 indeo3_decode_frame, 1135 indeo3_decode_frame,
1136 0, 1136 CODEC_CAP_DR1,
1137 NULL, 1137 NULL,
1138 .long_name = NULL_IF_CONFIG_SMALL("Intel Indeo 3"), 1138 .long_name = NULL_IF_CONFIG_SMALL("Intel Indeo 3"),
1139 }; 1139 };