[FFmpeg-devel] [PATCH 3/3] libavcodec/dnxucdec.c: fix missing newline at EOF

Martin Schitter ms+git at mur.at
Sun Sep 8 20:27:26 EEST 2024


---
 libavcodec/dnxucdec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/dnxucdec.c b/libavcodec/dnxucdec.c
index e9a2157..455c374 100644
--- a/libavcodec/dnxucdec.c
+++ b/libavcodec/dnxucdec.c
@@ -492,4 +492,4 @@ const FFCodec ff_dnxuc_decoder = {
     .init           = dnxuc_decode_init,
     FF_CODEC_DECODE_CB(dnxuc_decode_frame),
     .p.capabilities = AV_CODEC_CAP_FRAME_THREADS,
-};
\ No newline at end of file
+};
-- 
2.45.2



More information about the ffmpeg-devel mailing list