[FFmpeg-cvslog] dss_sp: use lowercase codec name without whitespace

Andreas Cadhalpun git at videolan.org
Wed Apr 22 16:55:11 CEST 2015


ffmpeg | branch: master | Andreas Cadhalpun <andreas.cadhalpun at googlemail.com> | Wed Apr 22 14:42:08 2015 +0200| [35e855d5b6950887320040da723cf5d5085263a7] | committer: Michael Niedermayer

dss_sp: use lowercase codec name without whitespace

Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun at googlemail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

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

diff --git a/libavcodec/dss_sp.c b/libavcodec/dss_sp.c
index 42ba1c4..909ad1f 100644
--- a/libavcodec/dss_sp.c
+++ b/libavcodec/dss_sp.c
@@ -776,7 +776,7 @@ static int dss_sp_decode_frame(AVCodecContext *avctx, void *data,
 }
 
 AVCodec ff_dss_sp_decoder = {
-    .name           = "DSS SP",
+    .name           = "dss_sp",
     .long_name      = NULL_IF_CONFIG_SMALL("Digital Speech Standard - Standard Play mode (DSS SP)"),
     .type           = AVMEDIA_TYPE_AUDIO,
     .id             = AV_CODEC_ID_DSS_SP,



More information about the ffmpeg-cvslog mailing list