Re: [libav-devel] [PATCH 2/2] h264_ps: Set chroma_sample_location appropriately if chroma location info is absent.

2013-11-05 Thread Yusuke Nakamura
2013/11/4 Vittorio Giovara vittorio.giov...@gmail.com On Mon, Nov 4, 2013 at 2:27 PM, Vittorio Giovara vittorio.giov...@gmail.com wrote: On Mon, Nov 4, 2013 at 1:28 PM, Yusuke Nakamura muken.the.vfrman...@gmail.com wrote: --- libavcodec/h264_ps.c | 5 - 1 file changed, 4

Re: [libav-devel] [PATCH 2/2] h264_ps: Set chroma_sample_location appropriately if chroma location info is absent.

2013-11-05 Thread Yusuke Nakamura
2013/11/5 Yusuke Nakamura muken.the.vfrman...@gmail.com And, for 4:2:2, there is no concept of top and left. only left, center and right. s/top and left/top and bottom/ ___ libav-devel mailing list libav-devel@libav.org

[libav-devel] [PATCH 2/2] h264_ps: Set chroma_sample_location appropriately if chroma location info is absent.

2013-11-04 Thread Yusuke Nakamura
--- libavcodec/h264_ps.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavcodec/h264_ps.c b/libavcodec/h264_ps.c index 54b735d..422f522 100644 --- a/libavcodec/h264_ps.c +++ b/libavcodec/h264_ps.c @@ -178,7 +178,10 @@ static inline int decode_vui_parameters(H264Context

Re: [libav-devel] [PATCH 2/2] h264_ps: Set chroma_sample_location appropriately if chroma location info is absent.

2013-11-04 Thread Vittorio Giovara
On Mon, Nov 4, 2013 at 2:27 PM, Vittorio Giovara vittorio.giov...@gmail.com wrote: On Mon, Nov 4, 2013 at 1:28 PM, Yusuke Nakamura muken.the.vfrman...@gmail.com wrote: --- libavcodec/h264_ps.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavcodec/h264_ps.c