Commit 3ed27832 authored by Anshul Maheswhwari's avatar Anshul Maheswhwari Committed by Michael Niedermayer

v4l2enc: adding AVClass

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
(cherry picked from commit fcb11ec2)
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 594b1fa9
......@@ -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