[FFmpeg-cvslog] v4l2enc: adding AVClass
Anshul Maheswhwari
git at videolan.org
Tue Aug 5 04:58:08 CEST 2014
ffmpeg | branch: release/2.2 | Anshul Maheswhwari <anshul.ffmpeg at gmail.com> | Thu Jul 31 21:17:59 2014 +0530| [0aee436728dbcdefb7572e81a2f86618a835a5bd] | committer: Michael Niedermayer
v4l2enc: adding AVClass
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
(cherry picked from commit fcb11ec291e9b3e3f352fa4d3e9026c0f7f64aa8)
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0aee436728dbcdefb7572e81a2f86618a835a5bd
---
libavdevice/v4l2enc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavdevice/v4l2enc.c b/libavdevice/v4l2enc.c
index 21f0ef6..db49465 100644
--- a/libavdevice/v4l2enc.c
+++ b/libavdevice/v4l2enc.c
@@ -22,6 +22,7 @@
#include "avdevice.h"
typedef struct {
+ AVClass *class;
int fd;
} V4L2Context;
More information about the ffmpeg-cvslog
mailing list