diff options
author | Darren Mo <fumoboy007@me.com> | 2024-11-20 22:27:02 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2024-11-22 20:50:05 -0300 |
commit | 865c73c86f9d9d167be7e41ad6cef71eba92dadd (patch) | |
tree | 0584c905ad981a22e75600caabf19b430685a54e /tests/ref/fate/gaplessenc-itunes-to-ipod-aac | |
parent | b328bf8f7ed6f7794bc69b8a6304390527a6216a (diff) | |
download | ffmpeg-865c73c86f9d9d167be7e41ad6cef71eba92dadd.tar.gz |
avformat/mov: Populate packet duration using stts atom instead of guessing
Fixes tickets #7855 and #11312.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests/ref/fate/gaplessenc-itunes-to-ipod-aac')
-rw-r--r-- | tests/ref/fate/gaplessenc-itunes-to-ipod-aac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/fate/gaplessenc-itunes-to-ipod-aac b/tests/ref/fate/gaplessenc-itunes-to-ipod-aac index 41c9f03b20..a8da904c32 100644 --- a/tests/ref/fate/gaplessenc-itunes-to-ipod-aac +++ b/tests/ref/fate/gaplessenc-itunes-to-ipod-aac @@ -22,7 +22,7 @@ packet|pts=98304|dts=98304|duration=1024|flags=K__ packet|pts=99328|dts=99328|duration=1024|flags=K__ packet|pts=100352|dts=100352|duration=1024|flags=K__ packet|pts=101376|dts=101376|duration=1024|flags=K__ -packet|pts=102400|dts=102400|duration=926|flags=K__ +packet|pts=102400|dts=102400|duration=960|flags=K__ stream|nb_read_packets=102 frame|pts=0|pkt_dts=0|best_effort_timestamp=0|nb_samples=1024 frame|pts=1024|pkt_dts=1024|best_effort_timestamp=1024|nb_samples=1024 |