comparison zmbv.c @ 6713:f282270c589f libavcodec

Add long names to some AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it
author diego
date Mon, 28 Apr 2008 10:21:58 +0000
parents 48759bfbd073
children e943e1409077
comparison
equal deleted inserted replaced
6712:5b3acf9fd50a 6713:f282270c589f
659 CODEC_ID_ZMBV, 659 CODEC_ID_ZMBV,
660 sizeof(ZmbvContext), 660 sizeof(ZmbvContext),
661 decode_init, 661 decode_init,
662 NULL, 662 NULL,
663 decode_end, 663 decode_end,
664 decode_frame 664 decode_frame,
665 .long_name = "Zip Motion Blocks Video",
665 }; 666 };
666 667