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

2021-03-31 Thread myp...@gmail.com
On Thu, Sep 24, 2020 at 2:01 AM Zhao Zhili wrote: > > 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_v

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

2021-03-30 Thread zhilizhao(赵志立)
Ping. I have got multiple users report about the issue when they use the example as a tutorial. > On Oct 12, 2020, at 12:47 AM, Zhao Zhili wrote: > > Ping for review. > >> On Sep 24, 2020, at 2:01 AM, Zhao Zhili wrote: >> >> To reproduce, run decode_video with a single frame sample. No fram

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

2020-10-11 Thread Zhao Zhili
Ping for review. > On Sep 24, 2020, at 2:01 AM, Zhao Zhili https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe". ___ ffmpeg-devel mailing list ffmpeg

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

2020-09-23 Thread 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 18ee90a6c0..9ce3531d63