mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-01 14:27:59 +03:00
Whitespace changes only
This commit is contained in:
parent
590f9e83d8
commit
f3c9694bf2
9 changed files with 16 additions and 16 deletions
|
@ -34,7 +34,7 @@ FFMpegSource::FFMpegSource(const std::string &file)
|
|||
|
||||
if(av_open_input_file(&FmtCtx, file.c_str(), NULL, 0, NULL) != 0)
|
||||
fail("Error loading audio file " + file);
|
||||
|
||||
|
||||
if(av_find_stream_info(FmtCtx) < 0)
|
||||
{
|
||||
msg = "Error in file stream " + file;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue