[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 16:18:57 EEST 2020
On Tue, Apr 21, 2020 at 01:08:05PM +0200, Nicolas George wrote:
> Limin Wang (12020-04-21):
> > 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
>
> You are writing in the future tense, meaning you are making a
> prediction.
>
> You need to explain what you did, and the results. For example, did you
> re-run the tests with -w, as suggested in
> https://ffmpeg.org/pipermail/ffmpeg-devel/2020-April/260837.html
> to examine the files before and after the change?
I have checked with one of non-empty-moov.mp4, and have observed one byte difference
only(02 and 01). I haven't tool to dump every box in detail. If you think it's necessary,
I can looked at the movenc muxer further and figure out which field it's.
[lmwang at vpn ffmpeg]$ hexdump -C non-empty-moov.mp4 > non-empty-moov.hex
[lmwang at vpn ffmpeg]$ hexdump -C non-empty-moov1.mp4 > non-empty-moov1.hex
[lmwang at vpn ffmpeg]$ diff non-empty-moov.hex non-empty-moov1.hex
162c162
< 00000a10 08 02 00 00 00 00 00 00 14 74 66 64 74 01 00 00 |.........tfdt...|
---
> 00000a10 08 01 01 00 00 00 00 00 14 74 66 64 74 01 00 00 |.........tfdt...|
>
> Regards,
>
> --
> Nicolas George
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
--
Thanks,
Limin Wang
More information about the ffmpeg-devel
mailing list