Re: [libav-devel] [PATCH 7/8] h264dec: export cropping information instead of handling it internally

2017-01-03 Thread Vittorio Giovara
On Tue, Dec 27, 2016 at 7:31 PM, Anton Khirnov wrote: > --- > libavcodec/h264_ps.c| 9 - > libavcodec/h264_slice.c | 21 +++-- > libavcodec/h264dec.c| 26 +++--- > libavcodec/h264dec.h| 5 + > 4 files changed, 27 insertions(+), 34 dele

[libav-devel] [PATCH 7/8] h264dec: export cropping information instead of handling it internally

2016-12-27 Thread Anton Khirnov
--- libavcodec/h264_ps.c| 9 - libavcodec/h264_slice.c | 21 +++-- libavcodec/h264dec.c| 26 +++--- libavcodec/h264dec.h| 5 + 4 files changed, 27 insertions(+), 34 deletions(-) diff --git a/libavcodec/h264_ps.c b/libavcodec/h264_ps.c