diff --git a/libavcodec/dxva2_vc1.c b/libavcodec/dxva2_vc1.c index 33309b1032..bf4e8e0552 100644 --- a/libavcodec/dxva2_vc1.c +++ b/libavcodec/dxva2_vc1.c @@ -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;