comparison kmvc.c @ 9806:9ab7ba20202c libavcodec

kmvc decoder uses get_buffer, set CODEC_CAP_DR1
author bcoudurier
date Fri, 05 Jun 2009 08:36:26 +0000
parents 4cab394c16ea
children 8a4984c5cacc
comparison
equal deleted inserted replaced
9805:7d851240d479 9806:9ab7ba20202c
408 sizeof(KmvcContext), 408 sizeof(KmvcContext),
409 decode_init, 409 decode_init,
410 NULL, 410 NULL,
411 decode_end, 411 decode_end,
412 decode_frame, 412 decode_frame,
413 CODEC_CAP_DR1,
413 .long_name = NULL_IF_CONFIG_SMALL("Karl Morton's video codec"), 414 .long_name = NULL_IF_CONFIG_SMALL("Karl Morton's video codec"),
414 }; 415 };