[FFmpeg-trac] #6142(undetermined:new): concat with safe 0 don't work if another list is included

FFmpeg trac at avcodec.org
Mon Feb 13 11:13:01 EET 2017


#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


More information about the FFmpeg-trac mailing list