You've already forked FFmpeg
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:
@ -33,7 +33,6 @@
|
|||||||
#define PICT_FRAME 3
|
#define PICT_FRAME 3
|
||||||
|
|
||||||
#define MAX_MB_BYTES (30 * 16 * 16 * 3 / 8 + 120)
|
#define MAX_MB_BYTES (30 * 16 * 16 * 3 / 8 + 120)
|
||||||
#define MAX_FCODE 7
|
|
||||||
|
|
||||||
/* MB types */
|
/* MB types */
|
||||||
#define MB_TYPE_INTRA4x4 (1 << 0)
|
#define MB_TYPE_INTRA4x4 (1 << 0)
|
||||||
|
@ -33,6 +33,7 @@
|
|||||||
#include "libavutil/opt.h"
|
#include "libavutil/opt.h"
|
||||||
#include "mpegvideo.h"
|
#include "mpegvideo.h"
|
||||||
|
|
||||||
|
#define MAX_FCODE 7
|
||||||
#define UNI_AC_ENC_INDEX(run,level) ((run)*128 + (level))
|
#define UNI_AC_ENC_INDEX(run,level) ((run)*128 + (level))
|
||||||
#define INPLACE_OFFSET 16
|
#define INPLACE_OFFSET 16
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user