diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-03-22 12:38:51 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-03-23 23:45:39 +0100 |
commit | 33df1ba6b29362854b647dc0c116ed8949ecee1f (patch) | |
tree | 0cfd93be0b07ae10cce5380cc3c70cddcf48ae91 /libavcodec/v4l2_buffers.c | |
parent | ef92c352e75f04fedbf77d2d651cee410796cac8 (diff) | |
download | ffmpeg-33df1ba6b29362854b647dc0c116ed8949ecee1f.tar.gz |
avcodec, avformat: Remove unnecessary inclusions of lavc/internal.h
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/v4l2_buffers.c')
-rw-r--r-- | libavcodec/v4l2_buffers.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/v4l2_buffers.c b/libavcodec/v4l2_buffers.c index 4b2679eb38..3f5471067a 100644 --- a/libavcodec/v4l2_buffers.c +++ b/libavcodec/v4l2_buffers.c @@ -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" |