Re: [FFmpeg-devel] [PATCH] remove the deprecated avpicture_get_size() function

2016-01-17 Thread Michael Niedermayer
On Sat, Jan 16, 2016 at 09:41:54PM -0800, Eddie Hao wrote: > --- > libavcodec/libutvideodec.cpp | 3 ++- > libavcodec/libutvideoenc.cpp | 3 ++- > libavdevice/decklink_dec.cpp | 2 +- > libavdevice/lavfi.c | 3 ++- > libavformat/frmdec.c | 3 ++- > 5 files changed, 9 insertions(+)

[FFmpeg-devel] [PATCH] remove the deprecated avpicture_get_size() function

2016-01-16 Thread Eddie Hao
--- libavcodec/libutvideodec.cpp | 3 ++- libavcodec/libutvideoenc.cpp | 3 ++- libavdevice/decklink_dec.cpp | 2 +- libavdevice/lavfi.c | 3 ++- libavformat/frmdec.c | 3 ++- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/libavcodec/libutvideodec.cpp b/libavcodec/

Re: [FFmpeg-devel] [PATCH] remove the deprecated avpicture_get_size() function

2016-01-16 Thread wm4
On Fri, 15 Jan 2016 23:34:01 -0800 Eddie Hao wrote: > --- > libavcodec/avcodec.h | 6 -- > libavcodec/avpicture.c | 5 - > libavcodec/libutvideodec.cpp | 3 ++- > libavcodec/libutvideoenc.cpp | 3 ++- > libavdevice/decklink_dec.cpp | 2 +- > libavdevice/lavfi.c | 3

[FFmpeg-devel] [PATCH] remove the deprecated avpicture_get_size() function

2016-01-15 Thread Eddie Hao
--- libavcodec/avcodec.h | 6 -- libavcodec/avpicture.c | 5 - libavcodec/libutvideodec.cpp | 3 ++- libavcodec/libutvideoenc.cpp | 3 ++- libavdevice/decklink_dec.cpp | 2 +- libavdevice/lavfi.c | 3 ++- libavformat/frmdec.c | 3 ++- 7 files changed, 9 inser