mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 14:15:29 +01:00
mpegvideo: Move QUANT_BIAS_SHIFT define to the only place it is used
This commit is contained in:
@@ -58,6 +58,8 @@
|
||||
#include "bytestream.h"
|
||||
#include <limits.h>
|
||||
|
||||
#define QUANT_BIAS_SHIFT 8
|
||||
|
||||
static int encode_picture(MpegEncContext *s, int picture_number);
|
||||
static int dct_quantize_refine(MpegEncContext *s, int16_t *block, int16_t *weight, int16_t *orig, int n, int qscale);
|
||||
static int sse_mb(MpegEncContext *s);
|
||||
|
||||
Reference in New Issue
Block a user