1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-07-23 20:51:29 +02:00

dss_sp: use lowercase codec name without whitespace

Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Andreas Cadhalpun 2015-04-22 14:42:08 +02:00 committed by Michael Niedermayer
parent 58fade2c68
commit 35e855d5b6

View File

@ -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,