summaryrefslogtreecommitdiff
path: root/libavdevice/v4l2enc.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-06 20:11:00 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-10 07:38:01 +0200
commit8550a05ece37cbb777deb221cce43b5f3345137b (patch)
tree8a892af813681b1d7797b8d5de53073de953326e /libavdevice/v4l2enc.c
parent284313c664293cbbf115d1b41353b43a4c0dcb94 (diff)
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.c4
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;