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 @@
#include "avdevice.h"
typedef struct {
AVClass *class;
int fd;
} 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