Skip to content
Snippets Groups Projects
Commit 0d802ac5 authored by John Stebbins's avatar John Stebbins Committed by Ronald S. Bultje
Browse files

vc1: fix VC-1 Pulldown handling.


Pulldown flags are being set incorrectly and AVFrame->repeat_pict is not
being set.  Also, skipped frames exit header parsing too early and do not
set pulldown flags appropriately. Ticks_per_frame needs to be set and
time_base adjusted so player can extend frame duration by a field time.

This fixes problems encountered when attempting to transcode HD-DVD EVOB
files with HandBrake. Also makes these files play smoothly in avplay.

Signed-off-by: default avatarRonald S. Bultje <rsbultje@gmail.com>
parent 1cf82cab
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment