avcodec, avformat: Remove unnecessary inclusions of lavc/internal.h

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2022-03-22 12:38:51 +01:00
parent ef92c352e7
commit 33df1ba6b2
6 changed files with 0 additions and 6 deletions

View file

@ -28,7 +28,6 @@
#include <fcntl.h>
#include <poll.h>
#include "libavcodec/avcodec.h"
#include "libavcodec/internal.h"
#include "libavutil/pixdesc.h"
#include "v4l2_context.h"
#include "v4l2_buffers.h"