diff sp5xdec.c @ 6710:a4104482ceef libavcodec

Add long names to many AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it
author diego
date Sun, 27 Apr 2008 10:52:44 +0000
parents 493dc59d469a
children e943e1409077
line wrap: on
line diff
--- a/sp5xdec.c	Sun Apr 27 10:01:07 2008 +0000
+++ b/sp5xdec.c	Sun Apr 27 10:52:44 2008 +0000
@@ -198,7 +198,8 @@
     ff_mjpeg_decode_end,
     sp5x_decode_frame,
     CODEC_CAP_DR1,
-    NULL
+    NULL,
+    .long_name = "Sunplus JPEG (SP5X)"
 };
 
 AVCodec amv_decoder = {
@@ -209,5 +210,6 @@
     ff_mjpeg_decode_init,
     NULL,
     ff_mjpeg_decode_end,
-    sp5x_decode_frame
+    sp5x_decode_frame,
+    .long_name = "AMV Video",
 };