diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-05-06 20:11:00 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-05-10 07:38:01 +0200 |
commit | 8550a05ece37cbb777deb221cce43b5f3345137b (patch) | |
tree | 8a892af813681b1d7797b8d5de53073de953326e /libavdevice/v4l2enc.c | |
parent | 284313c664293cbbf115d1b41353b43a4c0dcb94 (diff) | |
download | ffmpeg-8550a05ece37cbb777deb221cce43b5f3345137b.tar.gz |
avdevice/v4l2*: Improve included headers
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavdevice/v4l2enc.c')
-rw-r--r-- | libavdevice/v4l2enc.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libavdevice/v4l2enc.c b/libavdevice/v4l2enc.c index 787fe53547..b1006461b7 100644 --- a/libavdevice/v4l2enc.c +++ b/libavdevice/v4l2enc.c @@ -18,8 +18,10 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "libavutil/imgutils.h" +#include "libavutil/pixdesc.h" +#include "libavformat/avformat.h" #include "v4l2-common.h" -#include "avdevice.h" typedef struct { AVClass *class; |