diff dnxhdenc.c @ 6710:a4104482ceef libavcodec

Add long names to many AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it
author diego
date Sun, 27 Apr 2008 10:52:44 +0000
parents dfdff1ca78a7
children b2daf71037be
line wrap: on
line diff
--- a/dnxhdenc.c	Sun Apr 27 10:01:07 2008 +0000
+++ b/dnxhdenc.c	Sun Apr 27 10:52:44 2008 +0000
@@ -844,4 +844,5 @@
     dnxhd_encode_picture,
     dnxhd_encode_end,
     .pix_fmts = (enum PixelFormat[]){PIX_FMT_YUV422P, -1},
+    .long_name = "VC3/DNxHD",
 };