dxva2_h264: fix signaling of mbaff frames
authorHendrik Leppkes <h.leppkes@gmail.com>
Mon, 27 Feb 2012 16:21:16 +0000 (17:21 +0100)
committerMartin Storsjö <martin@martin.st>
Tue, 26 Jun 2012 08:59:24 +0000 (11:59 +0300)
commitea1c5011b34287aaad8c4fdc9100c3fe6b167134
treecf39b1c27728227ca9ff40cfc0521f6870f3e100
parent059533489250e58f1726ed2d1cb61869b2e00ed0
dxva2_h264: fix signaling of mbaff frames

The MBAFF flag may only be signaled if we're actually dealing with
a full frame, and not singular fields, as it can happen in mixed content.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/dxva2_h264.c