Commit fcb11ec2 authored by Anshul Maheswhwari's avatar Anshul Maheswhwari Committed by Michael Niedermayer

v4l2enc: adding AVClass

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 0782fb6b
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#include "avdevice.h" #include "avdevice.h"
typedef struct { typedef struct {
AVClass *class;
int fd; int fd;
} V4L2Context; } V4L2Context;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment