[FFmpeg-devel] [PATCH] avdevice/v4l2: Change assert type when format not supported
Andriy Gelman
andriy.gelman at gmail.com
Sun Nov 3 19:03:35 EET 2019
On Sun, 03. Nov 17:37, Nicolas George wrote:
> Andriy Gelman (12019-11-03):
> > From: Andriy Gelman <andriy.gelman at gmail.com>
> >
> > Currently an av_assert0 is triggered when a target format is not
> > supported by a v4l2 device. Replace by av_assert1 to fix this issue.
> >
> > Fixes #6629.
>
> No. It does not fix it, it just hides it in non-devel builds.
Fine with me if you want to change
"Replace by av_assert1 to fix this issue" -> "Replace by av_assert1 to hide in
non-devel builds"
--
Andriy
More information about the ffmpeg-devel
mailing list