dss_sp: use lowercase codec name without whitespace

Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
This commit is contained in:
Andreas Cadhalpun 2015-04-22 14:42:08 +02:00 committed by Vittorio Giovara
parent 18db1286b0
commit cfdaa4de6c
1 changed files with 1 additions and 1 deletions

View File

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