DescriptionSet AVFMT_FLAG_GENPTS when demuxing AVI content.
Storing MPEG-4 B-frames in AVI has always been a bit of a hack and by default av_read_frame() will return non-timestamped video packets for such content. AVFMT_FLAG_GENPTS takes advantage of AVI's constant framerate to generate presentation timestamps at the expense of parsing delay.
BUG=169570
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=182310
Patch Set 1 #
Total comments: 2
Messages
Total messages: 6 (0 generated)
|