Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
c4545f5d
Commit
c4545f5d
authored
Jun 22, 2003
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Removed mp4 muxer support (temporarily)
parent
c6e8123d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
...s/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+0
-0
modules/gui/macosx/output.m
modules/gui/macosx/output.m
+6
-6
No files found.
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 @@
...
@@ -2,7 +2,7 @@
* output.m: MacOS X Output Dialog
* output.m: MacOS X Output Dialog
*****************************************************************************
*****************************************************************************
* Copyright (C) 2002-2003 VideoLAN
* Copyright (C) 2002-2003 VideoLAN
* $Id: output.m,v 1.
8 2003/06/17 14:38:39
hartman Exp $
* $Id: output.m,v 1.
9 2003/06/22 15:30:22
hartman Exp $
*
*
* Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
* Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
* Christophe Massiot <massiot@via.ecp.fr>
* Christophe Massiot <massiot@via.ecp.fr>
...
@@ -138,7 +138,7 @@
...
@@ -138,7 +138,7 @@
[[
o_mux_selector
itemAtIndex
:
1
]
setTitle
:
_NS
(
"MPEG PS"
)];
[[
o_mux_selector
itemAtIndex
:
1
]
setTitle
:
_NS
(
"MPEG PS"
)];
[[
o_mux_selector
itemAtIndex
:
2
]
setTitle
:
_NS
(
"AVI"
)];
[[
o_mux_selector
itemAtIndex
:
2
]
setTitle
:
_NS
(
"AVI"
)];
[[
o_mux_selector
itemAtIndex
:
3
]
setTitle
:
_NS
(
"Ogg"
)];
[[
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_lbl
setTitle
:
_NS
(
"Transcode options"
)];
[
o_transcode_video_chkbox
setTitle
:
_NS
(
"Video"
)];
[
o_transcode_video_chkbox
setTitle
:
_NS
(
"Video"
)];
...
@@ -211,7 +211,7 @@
...
@@ -211,7 +211,7 @@
[[
o_mux_selector
itemAtIndex
:
1
]
setEnabled
:
YES
];
[[
o_mux_selector
itemAtIndex
:
1
]
setEnabled
:
YES
];
[[
o_mux_selector
itemAtIndex
:
2
]
setEnabled
:
YES
];
[[
o_mux_selector
itemAtIndex
:
2
]
setEnabled
:
YES
];
[[
o_mux_selector
itemAtIndex
:
3
]
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"
)]
)
else
if
(
[
o_mode
isEqualToString
:
_NS
(
"Stream"
)]
)
{
{
...
@@ -232,7 +232,7 @@
...
@@ -232,7 +232,7 @@
[[
o_mux_selector
itemAtIndex
:
1
]
setEnabled
:
YES
];
[[
o_mux_selector
itemAtIndex
:
1
]
setEnabled
:
YES
];
[[
o_mux_selector
itemAtIndex
:
2
]
setEnabled
:
NO
];
[[
o_mux_selector
itemAtIndex
:
2
]
setEnabled
:
NO
];
[[
o_mux_selector
itemAtIndex
:
3
]
setEnabled
:
YES
];
[[
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"
)]
)
else
if
(
[
o_mode
isEqualToString
:
_NS
(
"UDP"
)]
)
{
{
...
@@ -242,7 +242,7 @@
...
@@ -242,7 +242,7 @@
[[
o_mux_selector
itemAtIndex
:
1
]
setEnabled
:
NO
];
[[
o_mux_selector
itemAtIndex
:
1
]
setEnabled
:
NO
];
[[
o_mux_selector
itemAtIndex
:
2
]
setEnabled
:
NO
];
[[
o_mux_selector
itemAtIndex
:
2
]
setEnabled
:
NO
];
[[
o_mux_selector
itemAtIndex
:
3
]
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"
)]
)
else
if
(
[
o_mode
isEqualToString
:
_NS
(
"RTP"
)]
)
{
{
...
@@ -252,7 +252,7 @@
...
@@ -252,7 +252,7 @@
[[
o_mux_selector
itemAtIndex
:
1
]
setEnabled
:
NO
];
[[
o_mux_selector
itemAtIndex
:
1
]
setEnabled
:
NO
];
[[
o_mux_selector
itemAtIndex
:
2
]
setEnabled
:
NO
];
[[
o_mux_selector
itemAtIndex
:
2
]
setEnabled
:
NO
];
[[
o_mux_selector
itemAtIndex
:
3
]
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
]
)
if
(
!
[[
o_mux_selector
selectedItem
]
isEnabled
]
)
...
...
Write
Preview
Markdown
is supported
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