We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
if file not exist, not right to right reject
mpv.loadPlaylist use a not exist path
in my test code fs.stat error with code not -2 but your code is -2 to judge don not to right code
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Description
if file not exist, not right to right reject
How To Reproduce
mpv.loadPlaylist use a not exist path
Software Versions
built on Sun Aug 15 17:42:08 +08 2021
FFmpeg library versions:
libavutil 57.4.100
libavcodec 59.4.101
libavformat 59.4.101
libswscale 6.0.100
libavfilter 8.1.103
libswresample 4.0.100
FFmpeg version: git-2021-08-14-acd07984
Additional context
in my test code
![image](https://user-images.githubusercontent.com/34873469/130455430-450519c5-6349-41e9-a31e-a43f6edd0eb7.png)
fs.stat error with code not -2
but your code is -2 to judge
don not to right code
The text was updated successfully, but these errors were encountered: