Commit bceeccc6 authored by Rainer Hochecker's avatar Rainer Hochecker Committed by Michael Niedermayer

dxva2: bump maximum number of slieces for mpeg2

Suggested by heleppkes on https://trac.ffmpeg.org/ticket/3133Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 9d087ab5
......@@ -22,7 +22,7 @@
#include "dxva2_internal.h"
#define MAX_SLICES (SLICE_MAX_START_CODE - SLICE_MIN_START_CODE + 1)
#define MAX_SLICES 1024
struct dxva2_picture_context {
DXVA_PictureParameters pp;
DXVA_QmatrixData qm;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment