mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
dss_sp: use lowercase codec name without whitespace
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
This commit is contained in:
parent
18db1286b0
commit
cfdaa4de6c
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user