[FFmpeg-devel] [PATCH v3 2/2] avformat/mux: Set AV_PKT_FLAG_KEY for is_intra_only packet
Limin Wang
lance.lmwang at gmail.com
Tue Apr 21 14:03:07 EEST 2020
On Tue, Apr 21, 2020 at 12:35:39PM +0200, Nicolas George wrote:
> lance.lmwang at gmail.com (12020-04-21):
> > From: Limin Wang <lance.lmwang at gmail.com>
> >
> > Signed-off-by: Limin Wang <lance.lmwang at gmail.com>
> > ---
> > libavformat/internal.h | 2 +
> > libavformat/mux.c | 7 +++-
> > tests/ref/fate/binsub-movtextenc | 2 +-
> > tests/ref/fate/movenc | 50 +++++++++++------------
> > tests/ref/fate/sub2video | 86 ++++++++++++++++++++--------------------
> > 5 files changed, 77 insertions(+), 70 deletions(-)
>
> I should have replied to this message:
>
> You forgot the part about writing the result of your examination of the
> tests in the commit message.
>
> A commit that changes tests reference files should explain what changed.
OK, below is the commit log, please help to review whether it's your expected log:
NOTE about the testing effect:
subtitle packet will be marked as keyframe, it'll change below testing reference
files:
tests/ref/fate/binsub-movtextenc and tests/ref/fate/sub2video
audio packet will be marked as keyframe, it'll change below testing reference file
tests/ref/fate/movenc
>
>
> Regards,
>
> --
> Nicolas George
--
Thanks,
Limin Wang
More information about the ffmpeg-devel
mailing list