diff pcx.c @ 6722:6eeb19edcee3 libavcodec

Add long names to some AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it
author diego
date Tue, 29 Apr 2008 21:31:21 +0000
parents 48759bfbd073
children 3a715cb7f4b2
line wrap: on
line diff
--- a/pcx.c	Tue Apr 29 18:32:06 2008 +0000
+++ b/pcx.c	Tue Apr 29 21:31:21 2008 +0000
@@ -243,5 +243,6 @@
     pcx_end,
     pcx_decode_frame,
     0,
-    NULL
+    NULL,
+    .long_name = "PC Paintbrush PCX image",
 };