diff mjpegbdec.c @ 6717:5df0c730234d libavcodec

Add some long names to AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it
author diego
date Tue, 29 Apr 2008 07:24:44 +0000
parents 22cca5d3173a
children e943e1409077
line wrap: on
line diff
--- a/mjpegbdec.c	Tue Apr 29 07:11:59 2008 +0000
+++ b/mjpegbdec.c	Tue Apr 29 07:24:44 2008 +0000
@@ -145,5 +145,6 @@
     ff_mjpeg_decode_end,
     mjpegb_decode_frame,
     CODEC_CAP_DR1,
-    NULL
+    NULL,
+    .long_name = "Apple MJPEG-B",
 };