#6142: concat with safe 0 don't work if another list is included
-------------------------------------+-------------------------------------
Reporter: jb_alvarado | Owner:
Type: defect | Status: new
Priority: normal | Component:
Version: unspecified | undetermined
Keywords: | Resolution:
Blocking: | Blocked By:
Analyzed by developer: 0 | Reproduced by developer: 0
-------------------------------------+-------------------------------------
Comment (by jb_alvarado):
Ok here a another test.
Changing line 768:
{{{
OFFSET(safe), AV_OPT_TYPE_BOOL, {.i64 = 1}, -1, 1, DEC },
}}}
TO:
{{{
OFFSET(safe), AV_OPT_TYPE_BOOL, {.i64 = 0}, -1, 1, DEC },
}}}
Works also.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/6142#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac