Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
38bca927
Commit
38bca927
authored
Feb 11, 2013
by
Martin Storsjö
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
omxil: Skip padding with OMX.SEC.vc1.dec as well
Signed-off-by:
Martin Storsjö
<
martin@martin.st
>
parent
88490947
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/codec/omxil/utils.c
modules/codec/omxil/utils.c
+1
-1
No files found.
modules/codec/omxil/utils.c
View file @
38bca927
...
...
@@ -188,7 +188,6 @@ int IgnoreOmxDecoderPadding(const char *name)
// since that is the default, but keep it here for reference. (This is
// only relevant for manufacturers that are known to have decoders with
// this kind of bug.)
// Unknown: OMX.SEC.vc1.dec (wmv9/vc1 - lack of samples that have cropping)
/*
static const char *padding_decoders[] = {
"OMX.SEC.AVC.Decoder",
...
...
@@ -202,6 +201,7 @@ int IgnoreOmxDecoderPadding(const char *name)
"OMX.SEC.avcdec"
,
"OMX.SEC.MPEG4.Decoder"
,
"OMX.SEC.mpeg4.dec"
,
"OMX.SEC.vc1.dec"
,
NULL
};
for
(
const
char
**
ptr
=
nopadding_decoders
;
*
ptr
;
ptr
++
)
{
...
...
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