diff libvorbis.c @ 6712:5b3acf9fd50a libavcodec

Add long names to AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it
author diego
date Sun, 27 Apr 2008 22:39:51 +0000
parents 48759bfbd073
children e943e1409077
line wrap: on
line diff
--- a/libvorbis.c	Sun Apr 27 22:19:02 2008 +0000
+++ b/libvorbis.c	Sun Apr 27 22:39:51 2008 +0000
@@ -217,4 +217,5 @@
     oggvorbis_encode_frame,
     oggvorbis_encode_close,
     .capabilities= CODEC_CAP_DELAY,
+    .long_name= "libvorbis Vorbis",
 } ;