OSDN Git Service

dxva2_vc1: set PQUANT as described by the 2010 spec update
authorHendrik Leppkes <h.leppkes@gmail.com>
Thu, 12 Dec 2013 20:12:50 +0000 (21:12 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 1 Jan 2014 01:57:33 +0000 (02:57 +0100)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/dxva2_vc1.c

index 33309b1..bf4e8e0 100644 (file)
@@ -123,7 +123,7 @@ static void fill_picture_parameters(AVCodecContext *avctx,
                                   (v->range_mapuv          );
     pp->bPicBinPB               = 0;
     pp->bMV_RPS                 = (v->fcm == ILACE_FIELD && pp->bPicBackwardPrediction) ? v->refdist + 9 : 0;
-    pp->bReservedBits           = 0;
+    pp->bReservedBits           = v->pq;
     if (s->picture_structure == PICT_FRAME) {
         pp->wBitstreamFcodes        = v->lumscale;
         pp->wBitstreamPCEelements   = v->lumshift;