mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
dxva2: bump maximum number of slieces for mpeg2
Suggested by heleppkes on https://trac.ffmpeg.org/ticket/3133 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
9d087ab5ef
commit
bceeccc648
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user