Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
c4545f5d
Commit
c4545f5d
authored
Jun 22, 2003
by
hartman
Browse files
* Removed mp4 muxer support (temporarily)
parent
c6e8123d
Changes
2
Hide whitespace changes
Inline
Side-by-side
extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
View file @
c4545f5d
No preview for this file type
modules/gui/macosx/output.m
View file @
c4545f5d
...
...
@@ -2,7 +2,7 @@
* output.m: MacOS X Output Dialog
*****************************************************************************
* Copyright (C) 2002-2003 VideoLAN
* $Id: output.m,v 1.
8
2003/06/
17
1
4
:3
8:39
hartman Exp $
* $Id: output.m,v 1.
9
2003/06/
22
1
5
:3
0:22
hartman Exp $
*
* Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
* Christophe Massiot <massiot@via.ecp.fr>
...
...
@@ -138,7 +138,7 @@
[[
o_mux_selector
itemAtIndex
:
1
]
setTitle
:
_NS
(
"MPEG PS"
)];
[[
o_mux_selector
itemAtIndex
:
2
]
setTitle
:
_NS
(
"AVI"
)];
[[
o_mux_selector
itemAtIndex
:
3
]
setTitle
:
_NS
(
"Ogg"
)];
[[
o_mux_selector
itemAtIndex
:
4
]
setTitle
:
_NS
(
"mp4"
)];
//
[[o_mux_selector itemAtIndex: 4] setTitle: _NS("mp4")];
[
o_transcode_lbl
setTitle
:
_NS
(
"Transcode options"
)];
[
o_transcode_video_chkbox
setTitle
:
_NS
(
"Video"
)];
...
...
@@ -211,7 +211,7 @@
[[
o_mux_selector
itemAtIndex
:
1
]
setEnabled
:
YES
];
[[
o_mux_selector
itemAtIndex
:
2
]
setEnabled
:
YES
];
[[
o_mux_selector
itemAtIndex
:
3
]
setEnabled
:
YES
];
[[
o_mux_selector
itemAtIndex
:
4
]
setEnabled
:
YES
];
//
[[o_mux_selector itemAtIndex: 4] setEnabled: YES];
}
else
if
(
[
o_mode
isEqualToString
:
_NS
(
"Stream"
)]
)
{
...
...
@@ -232,7 +232,7 @@
[[
o_mux_selector
itemAtIndex
:
1
]
setEnabled
:
YES
];
[[
o_mux_selector
itemAtIndex
:
2
]
setEnabled
:
NO
];
[[
o_mux_selector
itemAtIndex
:
3
]
setEnabled
:
YES
];
[[
o_mux_selector
itemAtIndex
:
4
]
setEnabled
:
NO
];
//
[[o_mux_selector itemAtIndex: 4] setEnabled: NO];
}
else
if
(
[
o_mode
isEqualToString
:
_NS
(
"UDP"
)]
)
{
...
...
@@ -242,7 +242,7 @@
[[
o_mux_selector
itemAtIndex
:
1
]
setEnabled
:
NO
];
[[
o_mux_selector
itemAtIndex
:
2
]
setEnabled
:
NO
];
[[
o_mux_selector
itemAtIndex
:
3
]
setEnabled
:
NO
];
[[
o_mux_selector
itemAtIndex
:
4
]
setEnabled
:
NO
];
//
[[o_mux_selector itemAtIndex: 4] setEnabled: NO];
}
else
if
(
[
o_mode
isEqualToString
:
_NS
(
"RTP"
)]
)
{
...
...
@@ -252,7 +252,7 @@
[[
o_mux_selector
itemAtIndex
:
1
]
setEnabled
:
NO
];
[[
o_mux_selector
itemAtIndex
:
2
]
setEnabled
:
NO
];
[[
o_mux_selector
itemAtIndex
:
3
]
setEnabled
:
NO
];
[[
o_mux_selector
itemAtIndex
:
4
]
setEnabled
:
NO
];
//
[[o_mux_selector itemAtIndex: 4] setEnabled: NO];
}
}
if
(
!
[[
o_mux_selector
selectedItem
]
isEnabled
]
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment