diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-02-04 13:43:37 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-02-11 09:07:10 +0100 |
commit | a5daadd3a9352462dde1fbccac3ae7a0bd037172 (patch) | |
tree | 24db6387991d2df5875efd77b8963b24ef6c3589 | |
parent | 9c321b0e94a4b132305b61a02b5b8887101ec3ef (diff) | |
download | ffmpeg-a5daadd3a9352462dde1fbccac3ae7a0bd037172.tar.gz |
avcodec/mpegvideo_motion: Remove unnecessary headers
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
-rw-r--r-- | libavcodec/mpegvideo_motion.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/mpegvideo_motion.c b/libavcodec/mpegvideo_motion.c index 6d5d2bb07b..427bc96887 100644 --- a/libavcodec/mpegvideo_motion.c +++ b/libavcodec/mpegvideo_motion.c @@ -21,8 +21,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include <string.h> - #include "libavutil/avassert.h" #include "libavutil/internal.h" #include "libavutil/mem_internal.h" @@ -31,11 +29,8 @@ #include "h261.h" #include "mpegutils.h" #include "mpegvideo.h" -#include "mjpegenc.h" -#include "msmpeg4.h" #include "qpeldsp.h" #include "wmv2.h" -#include <limits.h> static void gmc1_motion(MpegEncContext *s, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, |