Limin Wang (12020-04-21):
> 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.

You can use ffprobe to check the difference to be sure it is what you
think it is, no need for complex tools. If you do that for all the tests
that have changed and write it in the commit message, I have no more
objections.

> 
> [lmwang@vpn ffmpeg]$ hexdump -C non-empty-moov.mp4 > non-empty-moov.hex
> [lmwang@vpn ffmpeg]$ hexdump -C non-empty-moov1.mp4 > non-empty-moov1.hex
> [lmwang@vpn ffmpeg]$ diff non-empty-moov.hex non-empty-moov1.hex

As a side note, never use diff without the -u option, it is annoying to
read.

Regards,

-- 
  Nicolas George

Attachment: signature.asc
Description: PGP signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to