#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
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://avcodec.org/mailman/listinfo/ffmpeg-trac