Opened 13 years ago

Closed 13 years ago

Last modified 12 years ago

#151 closed defect (fixed)

avi: A/V sync regression

Reported by: Hendrik Owned by:
Priority: important Component: avformat
Version: git-master Keywords: avi
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description

Hi,

commit fbfcc8f1b71b51ff87f09e269d22328be5594f40 (avi: try to synchronize the points in time of the starts of streams after seeking) introduced severe audio/video sync issues in certain avi files.

Reverting that commit locally fixes the issue.

The problem can be easily reproduced with ffplay by seeking in an affected file.

One affected sample file:
http://files.1f0.de/samples/bb-sync-issue.avi

I simply cut the file off to limit its size without remuxing it, which does cause the duration to be shown wrong, however any seek will still break the sync.

Change History (3)

comment:1 by Carl Eugen Hoyos, 13 years ago

Priority: normalimportant
Reproduced by developer: set
Status: newopen

Also reproducible with mplayer -demuxer lavf

comment:2 by Michael Niedermayer, 13 years ago

Resolution: fixed
Status: openclosed

fixed

comment:3 by Carl Eugen Hoyos, 12 years ago

Keywords: avi added
Note: See TracTickets for help on using tickets.