diff libx264.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 e1302edb0f69
line wrap: on
line diff
--- a/libx264.c	Tue Apr 29 07:11:59 2008 +0000
+++ b/libx264.c	Tue Apr 29 07:24:44 2008 +0000
@@ -296,5 +296,6 @@
     .encode = X264_frame,
     .close = X264_close,
     .capabilities = CODEC_CAP_DELAY,
-    .pix_fmts = (enum PixelFormat[]) { PIX_FMT_YUV420P, -1 }
+    .pix_fmts = (enum PixelFormat[]) { PIX_FMT_YUV420P, -1 },
+    .long_name = "libx264 H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10",
 };