[SCM] libav/experimental: consistent codec name by Stefano Sabatini, stefano.sabatini-lala poste it

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:20:45 UTC 2013


The following commit has been merged in the experimental branch:
commit 6823d427c6949c52437300ff1afb16ee75c3c0ad
Author: Diego Biurrun <diego at biurrun.de>
Date:   Fri May 16 00:28:22 2008 +0000

    consistent codec name by Stefano Sabatini, stefano.sabatini-lala poste it
    
    Originally committed as revision 13180 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/roqaudioenc.c b/libavcodec/roqaudioenc.c
index 4546664..d638f9d 100644
--- a/libavcodec/roqaudioenc.c
+++ b/libavcodec/roqaudioenc.c
@@ -174,5 +174,5 @@ AVCodec roq_dpcm_encoder = {
     roq_dpcm_encode_frame,
     roq_dpcm_encode_close,
     NULL,
-    .long_name = "id RoQ audio",
+    .long_name = "id RoQ DPCM",
 };

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list