diff options
Diffstat (limited to 'ffmpeg/libavcodec/dxva2_vc1.c')
| -rw-r--r-- | ffmpeg/libavcodec/dxva2_vc1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg/libavcodec/dxva2_vc1.c b/ffmpeg/libavcodec/dxva2_vc1.c index 92c78fd..2e9a00e 100644 --- a/ffmpeg/libavcodec/dxva2_vc1.c +++ b/ffmpeg/libavcodec/dxva2_vc1.c @@ -97,7 +97,7 @@ static void fill_picture_parameters(AVCodecContext *avctx, (v->vstransform ); pp->bPicOverflowBlocks = (v->quantizer_mode << 6) | (v->multires << 5) | - (s->resync_marker << 4) | + (v->resync_marker << 4) | (v->rangered << 3) | (s->max_b_frames ); pp->bPicExtrapolation = (!v->interlace || v->fcm == PROGRESSIVE) ? 1 : 2; |
