On Wed, Oct 24, 2018 at 11:10 PM Hendrik Leppkes wrote:
>
> On Wed, Oct 24, 2018 at 5:06 PM Jun Zhao wrote:
> >
> > From: Jun Zhao
> >
> > Add checking to avoid calling ff_thread_get_format repeatedly
> > whenever new slice header decoded.
> >
> > Signed-off-by: Lin Xie
> > Signed-off-by: Jun Z
On Wed, Oct 24, 2018 at 5:09 PM Hendrik Leppkes wrote:
>
> On Wed, Oct 24, 2018 at 5:06 PM Jun Zhao wrote:
> >
> > From: Jun Zhao
> >
> > Add checking to avoid calling ff_thread_get_format repeatedly
> > whenever new slice header decoded.
> >
> > Signed-off-by: Lin Xie
> > Signed-off-by: Jun Zh
On Wed, Oct 24, 2018 at 5:06 PM Jun Zhao wrote:
>
> From: Jun Zhao
>
> Add checking to avoid calling ff_thread_get_format repeatedly
> whenever new slice header decoded.
>
> Signed-off-by: Lin Xie
> Signed-off-by: Jun Zhao
> ---
> libavcodec/hevcdec.c | 17 +++--
> 1 files change
From: Jun Zhao
Add checking to avoid calling ff_thread_get_format repeatedly
whenever new slice header decoded.
Signed-off-by: Lin Xie
Signed-off-by: Jun Zhao
---
libavcodec/hevcdec.c | 17 +++--
1 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/libavcodec/hevcdec.