1
0
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:
Anshul Maheswhwari
2014-07-31 20:59:59 +05:30
committed by Michael Niedermayer
parent 0782fb6bcb
commit fcb11ec291

View File

@@ -22,6 +22,7 @@
#include "avdevice.h"
typedef struct {
AVClass *class;
int fd;
} V4L2Context;