You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
v4l2enc: adding AVClass
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
0782fb6bcb
commit
fcb11ec291
@@ -22,6 +22,7 @@
|
|||||||
#include "avdevice.h"
|
#include "avdevice.h"
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
AVClass *class;
|
||||||
int fd;
|
int fd;
|
||||||
} V4L2Context;
|
} V4L2Context;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user