diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-01-04 09:21:05 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-01-09 09:46:21 +0100 |
commit | a88a141c1791b448f2c327e6bdd9491a4439efc2 (patch) | |
tree | b1bcc3872b8c3bdc2d9d7b29d033ae0d0dc0ad82 /libavcodec/snow.c | |
parent | e60debb93efc0bb76475682bc26e7a0645241e2f (diff) | |
download | ffmpeg-a88a141c1791b448f2c327e6bdd9491a4439efc2.tar.gz |
avcodec: Remove unnecessary h263.h inclusions
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/snow.c')
-rw-r--r-- | libavcodec/snow.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/snow.c b/libavcodec/snow.c index e0fb58042c..0a500695ce 100644 --- a/libavcodec/snow.c +++ b/libavcodec/snow.c @@ -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, |