Re: [FFmpeg-devel] avdevice/v4l2enc: Allow writing non-rawvideos to v4l2

2020-05-09 Thread Mark Thompson
On 04/05/2020 15:19, Jan Ekström wrote: > On Sun, Apr 26, 2020 at 11:26 PM David Manouchehri > wrote: >> >> Resubmit of a previous patch, not sure why the diff didn't come through. >> ___ >> >> @@ -56,7 +55,13 @@ static av_cold int write_header(AVFormat

Re: [FFmpeg-devel] avdevice/v4l2enc: Allow writing non-rawvideos to v4l2

2020-05-04 Thread Jan Ekström
On Sun, Apr 26, 2020 at 11:26 PM David Manouchehri wrote: > > Resubmit of a previous patch, not sure why the diff didn't come through. > ___ > > @@ -56,7 +55,13 @@ static av_cold int write_header(AVFormatContext *s1) > > par = s1->streams[0]->codec

Re: [FFmpeg-devel] avdevice/v4l2enc: Allow writing non-rawvideos to v4l2

2020-05-03 Thread Mark Thompson
On 26/04/2020 21:26, David Manouchehri wrote: > Resubmit of a previous patch, not sure why the diff didn't come through. > > From d125fea410dea1c2d4bd791a7472a72822de54a3 Mon Sep 17 00:00:00 2001 > From: David Manouchehri > Date: Sat, 4 Nov 2017 16:32:41 -0400 > Subject: [PATCH] avdevice/v4l2enc:

[FFmpeg-devel] avdevice/v4l2enc: Allow writing non-rawvideos to v4l2

2020-04-26 Thread David Manouchehri
Resubmit of a previous patch, not sure why the diff didn't come through. From d125fea410dea1c2d4bd791a7472a72822de54a3 Mon Sep 17 00:00:00 2001 From: David Manouchehri Date: Sat, 4 Nov 2017 16:32:41 -0400 Subject: [PATCH] avdevice/v4l2enc: Allow writing non-rawvideos to v4l2. Signed-off-by: David