[FFmpeg-trac] #3095(avformat:new): Seeking in VBR MP3 file

FFmpeg trac at avcodec.org
Mon Nov 4 09:59:38 CET 2013


#3095: Seeking in VBR MP3 file
------------------------------------+------------------------------------
             Reporter:  tuukka      |                    Owner:
                 Type:  defect      |                   Status:  new
             Priority:  important   |                Component:  avformat
              Version:  git-master  |               Resolution:
             Keywords:  regression  |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+------------------------------------

Comment (by tuukka):

 Ok I can verify this one works ok with code on GIT. So If you want to
 close this It up to you I can get my code working..

 {{{

     av_dict_set(&m_iFormatOpts, "usetoc", "0", 0);

     // Open file and make m_pFormatCtx
     if (avformat_open_input(&m_pFormatCtx,filename, NULL,
 &m_iFormatOpts)!=0) {
         printf("fe_decode_open: cannot open: %s\n",
                filename);
         return -1;
     }

     av_dict_free(&m_iFormatOpts);
 }}}

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


More information about the FFmpeg-trac mailing list