diff truemotion1.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/truemotion1.c	Tue Apr 29 07:11:59 2008 +0000
+++ b/truemotion1.c	Tue Apr 29 07:24:44 2008 +0000
@@ -899,4 +899,5 @@
     truemotion1_decode_end,
     truemotion1_decode_frame,
     CODEC_CAP_DR1,
+    .long_name = "Duck TrueMotion 1.0",
 };