mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-29 22:00:58 +02:00
avcodec: Remove unnecessary h263.h inclusions
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
e60debb93e
commit
a88a141c17
@ -19,7 +19,6 @@
|
||||
*/
|
||||
|
||||
#include "flv.h"
|
||||
#include "h263.h"
|
||||
#include "h263data.h"
|
||||
#include "mpegvideo.h"
|
||||
#include "mpegvideodata.h"
|
||||
|
@ -31,7 +31,6 @@
|
||||
#include "mpeg_er.h"
|
||||
#include "mpegutils.h"
|
||||
#include "mpegvideo.h"
|
||||
#include "h263.h"
|
||||
#include "h261.h"
|
||||
#include "internal.h"
|
||||
|
||||
|
@ -31,7 +31,6 @@
|
||||
#include "avcodec.h"
|
||||
#include "mpegutils.h"
|
||||
#include "mpegvideo.h"
|
||||
#include "h263.h"
|
||||
#include "h261.h"
|
||||
#include "mpegvideodata.h"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -27,7 +27,7 @@
|
||||
* MSMPEG4 data tables.
|
||||
*/
|
||||
|
||||
#include "h263.h"
|
||||
#include "h263data.h"
|
||||
#include "mpeg4video.h"
|
||||
#include "msmpeg4data.h"
|
||||
|
||||
|
@ -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,
|
||||
|
@ -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;
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user