[libav-devel] [PATCH 1/2] hevc: Set chroma_sample_location of AVCodecContext.

2013-11-04 Thread Yusuke Nakamura
--- libavcodec/hevc.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/libavcodec/hevc.c b/libavcodec/hevc.c index ed980e3..e3d306b 100644 --- a/libavcodec/hevc.c +++ b/libavcodec/hevc.c @@ -401,6 +401,13 @@ static int set_sps(HEVCContext *s, const HEVCSPS *sps)

Re: [libav-devel] [PATCH 1/2] hevc: Set chroma_sample_location of AVCodecContext.

2013-11-04 Thread Vittorio Giovara
On Mon, Nov 4, 2013 at 1:26 PM, Yusuke Nakamura muken.the.vfrman...@gmail.com wrote: --- libavcodec/hevc.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/libavcodec/hevc.c b/libavcodec/hevc.c index ed980e3..e3d306b 100644 --- a/libavcodec/hevc.c +++ b/libavcodec/hevc.c @@

[libav-devel] [PATCH 1/2] hevc: Set chroma_sample_location of AVCodecContext.

2013-11-03 Thread Yusuke Nakamura
--- libavcodec/hevc.c | 5 + 1 file changed, 5 insertions(+) diff --git a/libavcodec/hevc.c b/libavcodec/hevc.c index 276f3fd..7f5ad60 100644 --- a/libavcodec/hevc.c +++ b/libavcodec/hevc.c @@ -401,6 +401,11 @@ static int set_sps(HEVCContext *s, const HEVCSPS *sps)