Browse code

lavc/v4l2: Add missing header include

Fixes checkheaders.

Mark Thompson authored on 2017/09/28 07:06:49
Showing 1 changed files
... ...
@@ -26,6 +26,8 @@
26 26
 
27 27
 #include <linux/videodev2.h>
28 28
 
29
+#include "avcodec.h"
30
+
29 31
 enum V4L2Buffer_status {
30 32
     V4L2BUF_AVAILABLE,
31 33
     V4L2BUF_IN_DRIVER,