Changeset af6e232c in ffmpeg

Timestamp:
Oct 2, 2013, 6:51:14 PM (11 years ago)
Author:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Branches:
master
Children:
f4aec348
Parents:
ebb8dd43
git-author:
Reimar Döffinger <Reimar.Doeffinger@gmx.de> (09/28/13 09:13:35)
git-committer:
Reimar Döffinger <Reimar.Doeffinger@gmx.de> (10/02/13 18:51:14)
Message:

VC1 VDPAU: Mark missing reference frames as such.

Currently the code passes some nonsense values as
references instead, causing corruption with NVidia's
and assertion failures with Mesa's implementation.
For non-corrupted input this mostly happens in
interlaced bitstreams, e.g.
http://samples.mplayerhq.hu/V-codecs/WMV9/interlaced/480i30__codec_WVC1__mode_2__framerate_29.970__type_2__preproc_17.wmv.
The != VDP_INVALID handle assert does not trigger
(and probably is quite nonsense) because the frames
are initialized to 0.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>

(No files)

Note: See TracChangeset for help on using the changeset viewer.