comparison 4xm.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 52925923273f
children e943e1409077
comparison
equal deleted inserted replaced
6712:5b3acf9fd50a 6713:f282270c589f
834 decode_init, 834 decode_init,
835 NULL, 835 NULL,
836 decode_end, 836 decode_end,
837 decode_frame, 837 decode_frame,
838 /*CODEC_CAP_DR1,*/ 838 /*CODEC_CAP_DR1,*/
839 .long_name = "4X Movie",
839 }; 840 };
840 841