diff targaenc.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 7fea187c80b0
line wrap: on
line diff
--- a/targaenc.c	Tue Apr 29 18:32:06 2008 +0000
+++ b/targaenc.c	Tue Apr 29 21:31:21 2008 +0000
@@ -146,4 +146,5 @@
     .init = targa_encode_init,
     .encode = targa_encode_frame,
     .pix_fmts= (enum PixelFormat[]){PIX_FMT_BGR24, PIX_FMT_RGB555, PIX_FMT_GRAY8, -1},
+    .long_name= "Truevision Targa image",
 };