Re: [libav-devel] [PATCH] hevc_ps: Use AV_PIX_FMT_YUVJ420P if YUV 4:2:0 8-bit full scale.

2013-11-04 Thread Vittorio Giovara
On Sun, Nov 3, 2013 at 8:47 PM, Yusuke Nakamura muken.the.vfrman...@gmail.com wrote: --- libavcodec/hevc_ps.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/hevc_ps.c b/libavcodec/hevc_ps.c index 15f73be..a51784d 100644 --- a/libavcodec/hevc_ps.c +++

Re: [libav-devel] [PATCH] hevc_ps: Use AV_PIX_FMT_YUVJ420P if YUV 4:2:0 8-bit full scale.

2013-11-04 Thread Vittorio Giovara
On Mon, Nov 4, 2013 at 11:55 AM, Vittorio Giovara vittorio.giov...@gmail.com wrote: On Sun, Nov 3, 2013 at 8:47 PM, Yusuke Nakamura muken.the.vfrman...@gmail.com wrote: --- libavcodec/hevc_ps.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/hevc_ps.c b/libavcodec/hevc_ps.c

Re: [libav-devel] [PATCH] hevc_ps: Use AV_PIX_FMT_YUVJ420P if YUV 4:2:0 8-bit full scale.

2013-11-04 Thread wm4
On Mon, 4 Nov 2013 11:55:02 +0100 Vittorio Giovara vittorio.giov...@gmail.com wrote: On Sun, Nov 3, 2013 at 8:47 PM, Yusuke Nakamura muken.the.vfrman...@gmail.com wrote: --- libavcodec/hevc_ps.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/hevc_ps.c

[libav-devel] [PATCH] hevc_ps: Use AV_PIX_FMT_YUVJ420P if YUV 4:2:0 8-bit full scale.

2013-11-03 Thread Yusuke Nakamura
--- libavcodec/hevc_ps.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/hevc_ps.c b/libavcodec/hevc_ps.c index 15f73be..a51784d 100644 --- a/libavcodec/hevc_ps.c +++ b/libavcodec/hevc_ps.c @@ -449,6 +449,8 @@ static void decode_vui(HEVCContext *s, HEVCSPS *sps)