Browse Source

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>
tags/n2.2-rc1
Rainer Hochecker Michael Niedermayer 12 years ago
parent
commit
bceeccc648
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/dxva2_mpeg2.c

+ 1
- 1
libavcodec/dxva2_mpeg2.c View File

@@ -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…
Cancel
Save