mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-03 14:32:16 +02:00
avcodec/rka: fix long_name
This commit is contained in:
parent
05b859af35
commit
5247dab6b1
@ -977,7 +977,7 @@ static av_cold int rka_decode_close(AVCodecContext *avctx)
|
|||||||
|
|
||||||
const FFCodec ff_rka_decoder = {
|
const FFCodec ff_rka_decoder = {
|
||||||
.p.name = "rka",
|
.p.name = "rka",
|
||||||
CODEC_LONG_NAME("RKA (RK Audio"),
|
CODEC_LONG_NAME("RKA (RK Audio)"),
|
||||||
.p.type = AVMEDIA_TYPE_AUDIO,
|
.p.type = AVMEDIA_TYPE_AUDIO,
|
||||||
.p.id = AV_CODEC_ID_RKA,
|
.p.id = AV_CODEC_ID_RKA,
|
||||||
.priv_data_size = sizeof(RKAContext),
|
.priv_data_size = sizeof(RKAContext),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user