Am So., 3. Nov. 2019 um 18:03 Uhr schrieb Andriy Gelman <[email protected]>: > > On Sun, 03. Nov 17:37, Nicolas George wrote: > > Andriy Gelman (12019-11-03): > > > From: Andriy Gelman <[email protected]> > > > > > > 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"
To address this ticket, only a patch that changes behaviour no matter what assertion level was chosen at build time is acceptable (= fix the wrong condition, not the check or remove the check if it is wrong). Carl Eugen _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
