mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00: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:
parent
58fade2c68
commit
35e855d5b6
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user