Change FFmpegSource to FFMS2 in the about dialog
Originally committed to SVN as r6145.
This commit is contained in:
parent
236173ed22
commit
31c696157d
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue