diff 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
line wrap: on
line diff
--- a/4xm.c	Sun Apr 27 22:39:51 2008 +0000
+++ b/4xm.c	Mon Apr 28 10:21:58 2008 +0000
@@ -836,5 +836,6 @@
     decode_end,
     decode_frame,
     /*CODEC_CAP_DR1,*/
+    .long_name = "4X Movie",
 };