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
f10427d0
Commit
f10427d0
authored
Jun 26, 2012
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
omxil: Blacklist nVidia secure codec
parent
0f4b97b0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
modules/codec/omxil/omxil.c
modules/codec/omxil/omxil.c
+3
-0
No files found.
modules/codec/omxil/omxil.c
View file @
f10427d0
...
@@ -980,6 +980,9 @@ loaded:
...
@@ -980,6 +980,9 @@ loaded:
* has got a working OMX.qcom.video.decoder.avc instead though. */
* has got a working OMX.qcom.video.decoder.avc instead though. */
if
(
!
strncmp
(
p_sys
->
ppsz_components
[
i
],
"OMX.ARICENT."
,
12
))
if
(
!
strncmp
(
p_sys
->
ppsz_components
[
i
],
"OMX.ARICENT."
,
12
))
continue
;
continue
;
/* Some nVidia codec with DRM */
if
(
!
strncmp
(
p_sys
->
ppsz_components
[
i
],
"OMX.Nvidia.h264.decode.secure"
,
29
))
continue
;
#endif
#endif
omx_error
=
InitialiseComponent
(
p_dec
,
p_sys
->
ppsz_components
[
i
],
omx_error
=
InitialiseComponent
(
p_dec
,
p_sys
->
ppsz_components
[
i
],
&
p_sys
->
omx_handle
);
&
p_sys
->
omx_handle
);
...
...
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