[FFmpeg-devel] [PATCH 2/2] avcodec/libutvideodec: Support YUV422P10
Jan Ehrhardt
phpdev at ehrhardt.nl
Wed Oct 29 06:54:36 CET 2014
Michael Niedermayer in gmane.comp.video.ffmpeg.devel (Sat, 25 Oct 2014
00:14:14 +0200):
>patch applied
FFmpeg does not (cross)compile anymore on Ubuntu (GCC 4.9.1) after this
patch:
libavcodec/libutvideodec.cpp: In function 'int
utvideo_decode_init(AVCodecContext*)':
libavcodec/libutvideodec.cpp:97:19: error: 'UTVF_v210' was not declared
in this scope
if (format == UTVF_v210)
^
libavcodec/libutvideodec.cpp: In function 'int
utvideo_decode_frame(AVCodecContext*, void*, int*, AVPacket*)':
libavcodec/libutvideodec.cpp:146:10: warning: 'AVFrame::reference' is
deprecated (declared at ./libavutil/frame.h:273)
[-Wdeprecated-declarations]
pic->reference = 0;
^
libavcodec/libutvideodec.cpp:146:10: warning: 'AVFrame::reference' is
deprecated (declared at ./libavutil/frame.h:273)
[-Wdeprecated-declarations]
make: *** [libavcodec/libutvideodec.o] Error 1
Jan
More information about the ffmpeg-devel
mailing list