mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-17 17:24:54 +00:00
Added "60000/1001" as an option to the "FPS" drop down box.
This commit is contained in:
parent
6c3ee7e353
commit
468dec7039
@ -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
|
||||
|
@ -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"));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user