Change FFmpegSource to FFMS2 in the about dialog

Originally committed to SVN as r6145.
This commit is contained in:
Thomas Goyne 2011-12-22 21:32:29 +00:00
parent 236173ed22
commit 31c696157d
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ AboutScreen::AboutScreen(wxWindow *parent)
#endif
#ifdef WITH_FFMS2
libString += " FFmpeg - Copyright (c) Fabrice Bellard;\n";
libString += " FFmpegSource - Copyright (c) Fredrik Mellbin;\n";
libString += " FFMS2 - Copyright (c) Fredrik Mellbin;\n";
#endif
#ifdef WITH_AVISYNTH
libString += " Avisynth 2.5 - Copyright (c) Ben Rudiak-Gould et al;\n";