diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-23 22:37:33 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-23 22:37:33 +0000 |
| commit | eed40e4e5ca46bbc31a9833d2b766c96c11b0254 (patch) | |
| tree | a7c39c06fa3ea3d800faa61d1c0b1642919053f7 /src | |
| parent | 52c2b917ea802f7259599a0ef0c02098b1c35b6d (diff) | |
Bump ffmpeg library to fix problems with misrecognised frame rates in some MOV files.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/about_dialog.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index d169db971..d24032849 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -163,6 +163,7 @@ AboutDialog::AboutDialog (wxWindow* parent) testers.Add (wxT ("Pepijn Klijs")); testers.Add (wxT ("Will Meadows")); testers.Add (wxT ("Adam Colt")); + testers.Add (wxT ("Markus Raab")); add_section (_("Tested by"), testers); sizer->Add (_notebook, wxSizerFlags().Centre().Border(wxALL, 16).Expand()); |
