Commit cfdaa4de authored by Andreas Cadhalpun's avatar Andreas Cadhalpun Committed by Vittorio Giovara

dss_sp: use lowercase codec name without whitespace

Signed-off-by: 's avatarAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
parent 18db1286
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment