avcodec: Remove unnecessary h263.h inclusions

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2022-01-04 09:21:05 +01:00
parent e60debb93e
commit a88a141c17
8 changed files with 2 additions and 9 deletions

View File

@ -19,7 +19,6 @@
*/
#include "flv.h"
#include "h263.h"
#include "h263data.h"
#include "mpegvideo.h"
#include "mpegvideodata.h"

View File

@ -31,7 +31,6 @@
#include "mpeg_er.h"
#include "mpegutils.h"
#include "mpegvideo.h"
#include "h263.h"
#include "h261.h"
#include "internal.h"

View File

@ -31,7 +31,6 @@
#include "avcodec.h"
#include "mpegutils.h"
#include "mpegvideo.h"
#include "h263.h"
#include "h261.h"
#include "mpegvideodata.h"

View File

@ -34,7 +34,6 @@
#include "mpegvideo.h"
#include "msmpeg4.h"
#include "libavutil/x86/asm.h"
#include "h263.h"
#include "mpeg4video.h"
#include "msmpeg4data.h"
#include "mpegvideodata.h"

View File

@ -27,7 +27,7 @@
* MSMPEG4 data tables.
*/
#include "h263.h"
#include "h263data.h"
#include "mpeg4video.h"
#include "msmpeg4data.h"

View File

@ -31,7 +31,6 @@
#include "rangecoder.h"
#include "mathops.h"
#include "h263.h"
void ff_snow_inner_add_yblock(const uint8_t *obmc, const int obmc_stride, uint8_t * * block, int b_w, int b_h,

View File

@ -29,8 +29,6 @@
#include "rangecoder.h"
#include "mathops.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){
Plane *p= &s->plane[plane_index];
const int mb_w= s->b_width << s->block_max_depth;

View File

@ -37,7 +37,7 @@
#include "avcodec.h"
#include "get_bits.h"
#include "h263.h"
#include "h263data.h"
#include "hpeldsp.h"
#include "internal.h"
#include "mathops.h"