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
GSoC
GSoC2018
macOS
vlc
Commits
72e190bf
Commit
72e190bf
authored
Sep 03, 2006
by
zorglub
Browse files
Fix postprocessing in menu (Closes:#659)
parent
3f1e3abe
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/menus.cpp
View file @
72e190bf
...
@@ -86,6 +86,7 @@ static int VideoAutoMenuBuilder( vlc_object_t *p_object,
...
@@ -86,6 +86,7 @@ static int VideoAutoMenuBuilder( vlc_object_t *p_object,
FIND_PARENT
);
FIND_PARENT
);
if
(
p_dec_obj
!=
NULL
)
if
(
p_dec_obj
!=
NULL
)
{
{
vlc_object_t
*
p_object
=
p_dec_obj
;
PUSH_VAR
(
"ffmpeg-pp-q"
);
PUSH_VAR
(
"ffmpeg-pp-q"
);
vlc_object_release
(
p_dec_obj
);
vlc_object_release
(
p_dec_obj
);
}
}
...
...
modules/gui/wxwidgets/menus.cpp
View file @
72e190bf
...
@@ -174,6 +174,7 @@ int VideoAutoMenuBuilder( vlc_object_t *p_object, vector<int> &ri_objects,
...
@@ -174,6 +174,7 @@ int VideoAutoMenuBuilder( vlc_object_t *p_object, vector<int> &ri_objects,
FIND_PARENT
);
FIND_PARENT
);
if
(
p_dec_obj
!=
NULL
)
if
(
p_dec_obj
!=
NULL
)
{
{
vlc_object_t
*
p_object
=
p_dec_obj
;
PUSH_VAR
(
"ffmpeg-pp-q"
);
PUSH_VAR
(
"ffmpeg-pp-q"
);
vlc_object_release
(
p_dec_obj
);
vlc_object_release
(
p_dec_obj
);
}
}
...
...
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