1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-04 22:03:09 +02:00

avcodec/mpegutils: Move MAX_FCODE to mpegvideoenc.h

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2025-03-03 21:01:31 +01:00
parent 9479ee5038
commit 3977abc89f
2 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,6 @@
#define PICT_FRAME 3
#define MAX_MB_BYTES (30 * 16 * 16 * 3 / 8 + 120)
#define MAX_FCODE 7
/* MB types */
#define MB_TYPE_INTRA4x4 (1 << 0)

View File

@ -33,6 +33,7 @@
#include "libavutil/opt.h"
#include "mpegvideo.h"
#define MAX_FCODE 7
#define UNI_AC_ENC_INDEX(run,level) ((run)*128 + (level))
#define INPLACE_OFFSET 16