Mercurial > libavcodec.hg
comparison rv40.c @ 5992:61f0987be684 libavcodec
Add decoder flags
author | kostya |
---|---|
date | Fri, 07 Dec 2007 05:48:34 +0000 |
parents | f0ae240d8349 |
children | 5dfff8f6f524 |
comparison
equal
deleted
inserted
replaced
5991:e6b68d8df66b | 5992:61f0987be684 |
---|---|
270 sizeof(RV34DecContext), | 270 sizeof(RV34DecContext), |
271 rv40_decode_init, | 271 rv40_decode_init, |
272 NULL, | 272 NULL, |
273 ff_rv34_decode_end, | 273 ff_rv34_decode_end, |
274 ff_rv34_decode_frame, | 274 ff_rv34_decode_frame, |
275 CODEC_CAP_DR1 | CODEC_CAP_DELAY, | |
275 }; | 276 }; |