Bump ffmpeg library to fix problems with misrecognised frame rates in some MOV files.
[dcpomatic.git] / src / wx / about_dialog.cc
index d169db9719fd7a82f19e4ee6d1826cba3bdab5bd..d240328494c45cb2c0fe3337d6b1465ed30d11a3 100644 (file)
@@ -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());