[FFmpeg-cvslog] lavc/v4l2: Add missing header include

Mark Thompson git at videolan.org
Thu Sep 28 01:12:49 EEST 2017


ffmpeg | branch: master | Mark Thompson <sw at jkqxz.net> | Wed Sep 27 23:06:49 2017 +0100| [da53c424b96f57d7471767d99072d35efe15a8e0] | committer: Mark Thompson

lavc/v4l2: Add missing header include

Fixes checkheaders.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=da53c424b96f57d7471767d99072d35efe15a8e0
---

 libavcodec/v4l2_buffers.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavcodec/v4l2_buffers.h b/libavcodec/v4l2_buffers.h
index 5d25a87750..b16f694b98 100644
--- a/libavcodec/v4l2_buffers.h
+++ b/libavcodec/v4l2_buffers.h
@@ -26,6 +26,8 @@
 
 #include <linux/videodev2.h>
 
+#include "avcodec.h"
+
 enum V4L2Buffer_status {
     V4L2BUF_AVAILABLE,
     V4L2BUF_IN_DRIVER,



More information about the ffmpeg-cvslog mailing list