comparison rv30.c @ 5992:61f0987be684 libavcodec

Add decoder flags
author kostya
date Fri, 07 Dec 2007 05:48:34 +0000
parents b60d7f351e9d
children 5dfff8f6f524
comparison
equal deleted inserted replaced
5991:e6b68d8df66b 5992:61f0987be684
140 sizeof(RV34DecContext), 140 sizeof(RV34DecContext),
141 rv30_decode_init, 141 rv30_decode_init,
142 NULL, 142 NULL,
143 ff_rv34_decode_end, 143 ff_rv34_decode_end,
144 ff_rv34_decode_frame, 144 ff_rv34_decode_frame,
145 CODEC_CAP_DR1 | CODEC_CAP_DELAY,
145 }; 146 };