[FFmpeg-trac] #2083(FFmpeg:open): 'Invalid argument' or 'Assertion ost->source_index >= 0 failed at ffmpeg.c:2932' message on subtitle metadata

FFmpeg trac at avcodec.org
Mon Dec 31 19:44:55 CET 2012


#2083: 'Invalid argument' or 'Assertion ost->source_index >= 0 failed at
ffmpeg.c:2932' message on subtitle metadata
-------------------------------------+-------------------------------------
             Reporter:  rtmi1        |                    Owner:
                 Type:  defect       |                   Status:  open
             Priority:  important    |                Component:  FFmpeg
              Version:  git-master   |               Resolution:
             Keywords:  crash abort  |               Blocked By:
  regression                         |  Reproduced by developer:  1
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by Cigaes):

 Should be fixed by adding this:
 {{{
 ost->finished = 1;
 }}}
 In the "handle attached files" loop in {{{ffmpeg_opt.c}}}, along with all
 {{{ost}}} init.
 No time to make a proper patch right now, sorry.

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2083#comment:3>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list