mirror of https://git.ffmpeg.org/ffmpeg.git
v4l2enc: adding AVClass
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
0782fb6bcb
commit
fcb11ec291
|
@ -22,6 +22,7 @@
|
|||
#include "avdevice.h"
|
||||
|
||||
typedef struct {
|
||||
AVClass *class;
|
||||
int fd;
|
||||
} V4L2Context;
|
||||
|
||||
|
|
Loading…
Reference in New Issue