This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
lavc/v4l2: Add missing header include
Fixes checkheaders.
tags/n3.4
Mark Thompson
8 years ago
parent
57db1faf7a
commit
da53c424b9
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavcodec/v4l2_buffers.h
+ 2
- 0
libavcodec/v4l2_buffers.h
View File
@@ -26,6 +26,8 @@
#include <linux/videodev2.h>
#include "avcodec.h"
enum V4L2Buffer_status {
V4L2BUF_AVAILABLE,
V4L2BUF_IN_DRIVER,
Write
Preview
Loading…
Cancel
Save