[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

[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/