Re: [FFmpeg-devel] [PATCH] examples/decode_video: flush parser to fix missing frame

2020-09-23 Thread Zhao Zhili
> On Sep 9, 2020, at 1:55 PM, Guangxin Xu wrote: > > > > On Tue, Aug 18, 2020 at 8:05 PM > wrote: > From: Zhao Zhili mailto:quinkbl...@foxmail.com>> > > To reproduce, run decode_video with a single frame sample. No frame > was decoded before the patch. > --- >

Re: [FFmpeg-devel] [PATCH] examples/decode_video: flush parser to fix missing frame

2020-09-08 Thread Guangxin Xu
On Tue, Aug 18, 2020 at 8:05 PM wrote: > From: Zhao Zhili > > To reproduce, run decode_video with a single frame sample. No frame > was decoded before the patch. > --- > doc/examples/decode_video.c | 12 +++- > 1 file changed, 7 insertions(+), 5 deletions(-) > > diff --git a/doc/example

Re: [FFmpeg-devel] [PATCH] examples/decode_video: flush parser to fix missing frame

2020-09-08 Thread Zhao Zhili
Please help review the patch, thanks. > On Aug 18, 2020, at 7:59 PM, quinkbl...@foxmail.com wrote: > > From: Zhao Zhili > > To reproduce, run decode_video with a single frame sample. No frame > was decoded before the patch. > --- > doc/examples/decode_video.c | 12 +++- > 1 file changed,

[FFmpeg-devel] [PATCH] examples/decode_video: flush parser to fix missing frame

2020-08-18 Thread quinkblack
From: Zhao Zhili To reproduce, run decode_video with a single frame sample. No frame was decoded before the patch. --- doc/examples/decode_video.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/examples/decode_video.c b/doc/examples/decode_video.c index 1691