Message ID | 20240907193526.372977-2-ms+git@mur.at |
---|---|
State | New |
Headers | show |
Series | [FFmpeg-devel] libavcodec/dnxucdec.c: fix displaced bracket | expand |
Context | Check | Description |
---|---|---|
andriy/configure_x86 | warning | Failed to apply patch |
yinshiyou/configure_loongarch64 | warning | Failed to apply patch |
diff --git a/libavcodec/dnxucdec.c b/libavcodec/dnxucdec.c index 502e736..e9a2157 100644 --- a/libavcodec/dnxucdec.c +++ b/libavcodec/dnxucdec.c @@ -486,7 +486,7 @@ const AVCodecParser ff_dnxuc_parser = { const FFCodec ff_dnxuc_decoder = { .p.name = "dnxuc", - CODEC_LONG_NAME()"DNxUncompressed (SMPTE RDD 50)", + CODEC_LONG_NAME("DNxUncompressed (SMPTE RDD 50)"), .p.type = AVMEDIA_TYPE_VIDEO, .p.id = AV_CODEC_ID_DNXUC, .init = dnxuc_decode_init,