[FFmpeg-trac] #2702(avformat:new): Faulty handling of file: protocol on Windows

FFmpeg trac at avcodec.org
Mon Jun 24 15:02:00 CEST 2013


#2702: Faulty handling of file: protocol on Windows
-------------------------------------+------------------------------------
             Reporter:  hendrik      |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:  avformat
              Version:  unspecified  |               Resolution:
             Keywords:  url windows  |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+------------------------------------

Comment (by hendrik):

 {{{
 int res = 0;
 AVFormatContext **format_context;
 res = avformat_open_input(format_context,
 "file:///C:/somePath/someFile.mp3", NULL, NULL);
 ...
 // res must *not* be EINVAL, if the file is valid and exists.
 }}}

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


More information about the FFmpeg-trac mailing list