On Thu, Jul 31, 2014 at 09:17:20PM +0530, Anshul Maheshwari wrote: > Because of no AVClass.I was getting segmentation fault. > > FFmpeg Cmd that I was using is given below. > ./ffmpeg -re -i ~/test_videos/dvbsubtest.ts -f v4l2 /dev/video0 > > -Anshul
> From df27814e31a29624f69b23e9790ae6ab42817d8b Mon Sep 17 00:00:00 2001 > From: Anshul Maheswhwari <anshul.ffm...@gmail.com> > Date: Thu, 31 Jul 2014 20:59:59 +0530 > Subject: [PATCH] v4l2enc: adding AVClass > > --- > 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; > Note: this looks like a regression from f607767d. I quickly checked ALSA, OSS and sndio which might have been affected by the issue but they seem fine. [...] -- Clément B.
pgpHj6Qzflo90.pgp
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel