On Thu, Sep 05, 2024 at 04:35:04AM +0200, Martin Schitter wrote: > This is a second attempt to contribute the corrected code of an > AVID DNxUncompressed / SMTPE RDD 50 decoder. > > Thanks > Martin > > --- > Changelog | 1 + > doc/general_contents.texi | 1 + > libavcodec/Makefile | 1 + > libavcodec/allcodecs.c | 1 + > libavcodec/codec_desc.c | 7 + > libavcodec/codec_id.h | 1 + > libavcodec/dnxucdec.c | 495 ++++++++++++++++++++++++++++++++++++++ > libavcodec/parsers.c | 1 + > libavcodec/version.c | 2 +- > libavcodec/version.h | 2 +- > libavformat/mxf.c | 1 + > libavformat/mxfdec.c | 21 ++ > 12 files changed, 532 insertions(+), 2 deletions(-) > create mode 100644 libavcodec/dnxucdec.c
fails build with --enable-small libavcodec/dnxucdec.c:489:22: error: expected ‘}’ before string constant 489 | CODEC_LONG_NAME()"DNxUncompressed (SMPTE RDD 50)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libavcodec/dnxucdec.c:487:34: note: to match this ‘{’ 487 | const FFCodec ff_dnxuc_decoder = { | ^ libavcodec/dnxucdec.c:422:12: warning: ‘dnxuc_decode_frame’ defined but not used [-Wunused-function] 422 | static int dnxuc_decode_frame(AVCodecContext *avctx, AVFrame *frame, | ^~~~~~~~~~~~~~~~~~ libavcodec/dnxucdec.c:119:20: warning: ‘dnxuc_decode_init’ defined but not used [-Wunused-function] 119 | static av_cold int dnxuc_decode_init(AVCodecContext *avctx){ | ^~~~~~~~~~~~~~~~~ make: *** [ffbuild/common.mak:81: libavcodec/dnxucdec.o] Error 1 make: *** Waiting for unfinished jobs.... thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB It is a danger to trust the dream we wish for rather than the science we have, -- Dr. Kenneth Brown
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".