diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-10-15 23:27:24 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-04-08 15:00:01 +0200 |
commit | 66923165d5b7cdb751e890813e6e8ed23986d820 (patch) | |
tree | ecd2ad0d097e7cbe41a431bd2de95619e0ef6681 /libavcodec/ratecontrol.c | |
parent | 908a73df31ff4bd6c82535022152c634b4312ba5 (diff) | |
download | ffmpeg-66923165d5b7cdb751e890813e6e8ed23986d820.tar.gz |
avcodec/mpegutils: Move definitions to better places
FRAME_SKIPPED -> h263dec.h
CANDIDATE_MB_TYPE_* -> mpegvideoenc.h
INPLACE_OFFSET -> mpegvideoenc.h
enum OutputFormat -> mpegvideo.h
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/ratecontrol.c')
-rw-r--r-- | libavcodec/ratecontrol.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/ratecontrol.c b/libavcodec/ratecontrol.c index 1ff209c00b..9ee08ecb88 100644 --- a/libavcodec/ratecontrol.c +++ b/libavcodec/ratecontrol.c @@ -32,7 +32,6 @@ #include "avcodec.h" #include "ratecontrol.h" -#include "mpegutils.h" #include "mpegvideoenc.h" #include "libavutil/eval.h" |