Re: [FFmpeg-devel] [PATCH] hevc: propagate error code from set_sps()

2014-07-24 Thread Michael Niedermayer
On Thu, Jul 17, 2014 at 06:26:44PM -0700, Timothy Gu wrote: > Signed-off-by: Timothy Gu > --- > libavcodec/hevc.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Everything should be mad

[FFmpeg-devel] [PATCH] hevc: propagate error code from set_sps()

2014-07-17 Thread Timothy Gu
Signed-off-by: Timothy Gu --- libavcodec/hevc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavcodec/hevc.c b/libavcodec/hevc.c index afb2baa..d3108d7 100644 --- a/libavcodec/hevc.c +++ b/libavcodec/hevc.c @@ -3299,7 +3299,8 @@ static int hevc_update_thread_context(AVC