Added "60000/1001" as an option to the "FPS" drop down box.

This commit is contained in:
Moritz Bunkus 2009-05-03 22:53:06 +02:00
parent 6c3ee7e353
commit 468dec7039
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2009-05-03 Moritz Bunkus <moritz@bunkus.org>
* mmg: enhancement: Added "60000/1001" as a pre-defined option to
the "FPS" drop-down box.
2009-04-29 Moritz Bunkus <moritz@bunkus.org>
* mmg (header editor): bug fix: The header editor controls on the

View File

@ -203,6 +203,7 @@ tab_input_format::setup_control_contents() {
cob_fps->Append(wxT("24"));
cob_fps->Append(wxT("25"));
cob_fps->Append(wxT("30"));
cob_fps->Append(wxT("60000/1001"));
cob_fps->Append(wxT("30000/1001"));
cob_fps->Append(wxT("24000/1001"));