mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-07 21:17:58 +00:00
avcodec: Remove some unnecessary mpegvideo.h inclusions
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
2934a4b9a5
commit
e0b4fe0efa
@ -37,7 +37,7 @@
|
||||
#include "dirac_arith.h"
|
||||
#include "dirac_vlc.h"
|
||||
#include "mpeg12data.h"
|
||||
#include "libavcodec/mpegvideo.h"
|
||||
#include "mpegpicture.h"
|
||||
#include "mpegvideoencdsp.h"
|
||||
#include "dirac_dwt.h"
|
||||
#include "dirac.h"
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include <stdint.h>
|
||||
|
||||
#include "h263data.h"
|
||||
#include "mpegvideo.h"
|
||||
#include "rl.h"
|
||||
|
||||
/* intra MCBPC, mb_type = (intra), then (intraq) */
|
||||
const uint8_t ff_h263_intra_MCBPC_code[9] = { 1, 1, 2, 3, 1, 1, 2, 3, 1 };
|
||||
|
@ -29,6 +29,7 @@
|
||||
#include "libavutil/display.h"
|
||||
#include "libavutil/imgutils.h"
|
||||
#include "libavutil/stereo3d.h"
|
||||
#include "libavutil/timecode.h"
|
||||
#include "internal.h"
|
||||
#include "cabac.h"
|
||||
#include "cabac_functions.h"
|
||||
@ -43,7 +44,6 @@
|
||||
#include "golomb.h"
|
||||
#include "mathops.h"
|
||||
#include "mpegutils.h"
|
||||
#include "mpegvideo.h"
|
||||
#include "rectangle.h"
|
||||
#include "thread.h"
|
||||
|
||||
|
@ -29,7 +29,6 @@
|
||||
#include "rangecoder.h"
|
||||
#include "mathops.h"
|
||||
|
||||
#include "mpegvideo.h"
|
||||
#include "h263.h"
|
||||
|
||||
static av_always_inline void predict_slice_buffered(SnowContext *s, slice_buffer * sb, IDWTELEM * old_buffer, int plane_index, int add, int mb_y){
|
||||
|
Loading…
Reference in New Issue
Block a user