diff truemotion2.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 48759bfbd073
children c93570aeb3eb
line wrap: on
line diff
--- a/truemotion2.c	Tue Apr 29 07:11:59 2008 +0000
+++ b/truemotion2.c	Tue Apr 29 07:24:44 2008 +0000
@@ -887,4 +887,5 @@
     decode_end,
     decode_frame,
     CODEC_CAP_DR1,
+    .long_name = "Duck TrueMotion 2.0",
 };