Skip to content

Commit

Permalink
[muxerMp4] Fix timebase combobox missing, regressed by 8cb1d7c
Browse files Browse the repository at this point in the history
  • Loading branch information
eumagga0x2a committed Feb 4, 2021
1 parent cdb5f9a commit 25ac84c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions avidemux_plugins/ADM_muxers/muxerMp4/muxerMP4Config.cpp
Expand Up @@ -51,9 +51,9 @@ bool movConfigure(void)

#ifndef MUXER_IS_MOV
# define NB_OPTIMIZE 3
# define NB_TABS 6
# define NB_TABS 7
#else
# define NB_TABS 5
# define NB_TABS 6
# define NB_OPTIMIZE 2
#endif
diaElemMenu menuOptimize(&opt,QT_TRANSLATE_NOOP("mp4muxer","Optimize for Streaming"),NB_OPTIMIZE,streamOpt,"");
Expand Down

0 comments on commit 25ac84c

Please sign in to comment.