Whitespace changes only

This commit is contained in:
Jan-Peter Nilsson 2011-04-03 13:06:42 +02:00
parent 590f9e83d8
commit f3c9694bf2
9 changed files with 16 additions and 16 deletions

View file

@ -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;