Not having a video stream isn't actually bad. Change log to debug

This commit is contained in:
Isaac Connor 2021-04-11 13:29:24 -04:00
parent 594cebbcb1
commit dab89622af
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ int FFmpeg_Input::Open(const char *filepath) {
} // end foreach stream
if ( video_stream_id == -1 )
Warning("Unable to locate video stream in %s", filepath);
Debug(1, "Unable to locate video stream in %s", filepath);
if ( audio_stream_id == -1 )
Debug(3, "Unable to locate audio stream in %s", filepath);