[FFmpeg-cvslog] codec_desc: update dvaudio tag

Vittorio Giovara git at videolan.org
Mon Mar 17 15:01:57 CET 2014


ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Fri Mar 14 19:02:35 2014 +0100| [f7518f1a0e0a1788c303de3c6198da07e575710c] | committer: Vittorio Giovara

codec_desc: update dvaudio tag

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f7518f1a0e0a1788c303de3c6198da07e575710c
---

 libavcodec/codec_desc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c
index 433590e..2ad5326 100644
--- a/libavcodec/codec_desc.c
+++ b/libavcodec/codec_desc.c
@@ -1796,7 +1796,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
         .id        = AV_CODEC_ID_DVAUDIO,
         .type      = AVMEDIA_TYPE_AUDIO,
         .name      = "dvaudio",
-        .long_name = NULL_IF_CONFIG_SMALL("DVAUDIO"),
+        .long_name = NULL_IF_CONFIG_SMALL("DV audio"),
         .props     = AV_CODEC_PROP_LOSSY,
     },
     {



More information about the ffmpeg-cvslog mailing list