[FFmpeg-cvslog] v4l2enc: adding AVClass
Anshul Maheswhwari
git at videolan.org
Thu Jul 31 19:05:48 CEST 2014
ffmpeg | branch: master | Anshul Maheswhwari <anshul.ffmpeg at gmail.com> | Thu Jul 31 21:17:59 2014 +0530| [fcb11ec291e9b3e3f352fa4d3e9026c0f7f64aa8] | committer: Michael Niedermayer
v4l2enc: adding AVClass
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fcb11ec291e9b3e3f352fa4d3e9026c0f7f64aa8
---
libavdevice/v4l2enc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavdevice/v4l2enc.c b/libavdevice/v4l2enc.c
index efe08b5..c9f8d92 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