comparison kmvc.c @ 6712:5b3acf9fd50a libavcodec

Add long names to AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it
author diego
date Sun, 27 Apr 2008 22:39:51 +0000
parents 48759bfbd073
children e943e1409077
comparison
equal deleted inserted replaced
6711:78c7765d9618 6712:5b3acf9fd50a
408 CODEC_ID_KMVC, 408 CODEC_ID_KMVC,
409 sizeof(KmvcContext), 409 sizeof(KmvcContext),
410 decode_init, 410 decode_init,
411 NULL, 411 NULL,
412 decode_end, 412 decode_end,
413 decode_frame 413 decode_frame,
414 .long_name = "Karl Morton's video codec",
414 }; 415 };