On Thu, 2021-09-09 at 12:54 -0300, James Almer wrote:
> On 9/9/2021 12:41 PM, Xiang, Haihao wrote:
> > On Thu, 2021-09-09 at 12:32 -0300, James Almer wrote:
> > > On 1/6/2021 12:12 AM, Xu Guangxin wrote:
> > > > fixes #8857
> > > >
> > > > If we do not clear the enc_ctrl, we will reuse previous fr
On 9/9/2021 12:41 PM, Xiang, Haihao wrote:
On Thu, 2021-09-09 at 12:32 -0300, James Almer wrote:
On 1/6/2021 12:12 AM, Xu Guangxin wrote:
fixes #8857
If we do not clear the enc_ctrl, we will reuse previous frames' data like
FrameType.
---
libavcodec/qsvenc.c | 2 ++
1 file changed, 2 inse
On Thu, 2021-09-09 at 12:32 -0300, James Almer wrote:
> On 1/6/2021 12:12 AM, Xu Guangxin wrote:
> > fixes #8857
> >
> > If we do not clear the enc_ctrl, we will reuse previous frames' data like
> > FrameType.
> > ---
> > libavcodec/qsvenc.c | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> >
On 1/6/2021 12:12 AM, Xu Guangxin wrote:
fixes #8857
If we do not clear the enc_ctrl, we will reuse previous frames' data like
FrameType.
---
libavcodec/qsvenc.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavcodec/qsvenc.c b/libavcodec/qsvenc.c
index 2bd2a56227..94473c4eab 10064
On Wed, 2021-01-06 at 06:53 +, Xiang, Haihao wrote:
> On Wed, 2021-01-06 at 11:12 +0800, Xu Guangxin wrote:
> > fixes #8857
> >
> > If we do not clear the enc_ctrl, we will reuse previous frames' data like
> > FrameType.
> > ---
> > libavcodec/qsvenc.c | 2 ++
> > 1 file changed, 2 insertions
On Wed, 2021-01-06 at 11:12 +0800, Xu Guangxin wrote:
> fixes #8857
>
> If we do not clear the enc_ctrl, we will reuse previous frames' data like
> FrameType.
> ---
> libavcodec/qsvenc.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/libavcodec/qsvenc.c b/libavcodec/qsvenc.c
> index
fixes #8857
If we do not clear the enc_ctrl, we will reuse previous frames' data like
FrameType.
---
libavcodec/qsvenc.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavcodec/qsvenc.c b/libavcodec/qsvenc.c
index 2bd2a56227..94473c4eab 100644
--- a/libavcodec/qsvenc.c
+++ b/libavcodec/