diff asv1.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 ad0c77d2b6ee
children e1302edb0f69
line wrap: on
line diff
--- a/asv1.c	Sun Apr 27 10:01:07 2008 +0000
+++ b/asv1.c	Sun Apr 27 10:52:44 2008 +0000
@@ -640,6 +640,7 @@
     encode_frame,
     //encode_end,
     .pix_fmts= (enum PixelFormat[]){PIX_FMT_YUV420P, -1},
+    .long_name= "ASUS V1",
 };
 
 AVCodec asv2_encoder = {
@@ -651,6 +652,7 @@
     encode_frame,
     //encode_end,
     .pix_fmts= (enum PixelFormat[]){PIX_FMT_YUV420P, -1},
+    .long_name= "ASUS V2",
 };
 
 #endif //CONFIG_ENCODERS