diff wmadec.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 8624c08b6c54
children e943e1409077
line wrap: on
line diff
--- a/wmadec.c	Sun Apr 27 10:01:07 2008 +0000
+++ b/wmadec.c	Sun Apr 27 10:52:44 2008 +0000
@@ -862,6 +862,7 @@
     NULL,
     ff_wma_end,
     wma_decode_superframe,
+    .long_name = "Windows Media Audio 1",
 };
 
 AVCodec wmav2_decoder =
@@ -874,4 +875,5 @@
     NULL,
     ff_wma_end,
     wma_decode_superframe,
+    .long_name = "Windows Media Audio 2",
 };