diff h261enc.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 65b1bfb3a74c
children e1302edb0f69
line wrap: on
line diff
--- a/h261enc.c	Sun Apr 27 10:01:07 2008 +0000
+++ b/h261enc.c	Sun Apr 27 10:52:44 2008 +0000
@@ -330,5 +330,6 @@
     MPV_encode_picture,
     MPV_encode_end,
     .pix_fmts= (enum PixelFormat[]){PIX_FMT_YUV420P, -1},
+    .long_name= "H.261",
 };