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
c11981de
Commit
c11981de
authored
Jun 15, 2014
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OMX: remove trailing spaces
parent
3fad8286
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
modules/codec/omxil/omxil.c
modules/codec/omxil/omxil.c
+3
-3
modules/codec/omxil/utils.c
modules/codec/omxil/utils.c
+1
-1
No files found.
modules/codec/omxil/omxil.c
View file @
c11981de
...
...
@@ -112,8 +112,8 @@ static OMX_ERRORTYPE ImplementationSpecificWorkarounds(decoder_t *p_dec,
/* Try to find out the profile of the video */
if
(
p_fmt
->
i_cat
==
VIDEO_ES
&&
def
->
eDir
==
OMX_DirInput
&&
p_fmt
->
i_codec
==
VLC_CODEC_H264
)
h264_get_profile_level
(
&
p_dec
->
fmt_in
,
&
i_profile
,
&
i_level
,
&
p_sys
->
i_nal_size_length
);
p_fmt
->
i_codec
==
VLC_CODEC_H264
)
h264_get_profile_level
(
&
p_dec
->
fmt_in
,
&
i_profile
,
&
i_level
,
&
p_sys
->
i_nal_size_length
);
if
(
!
strcmp
(
p_sys
->
psz_component
,
"OMX.TI.Video.Decoder"
))
{
...
...
@@ -1640,7 +1640,7 @@ static void CloseGeneric( vlc_object_t *p_this )
}
/*****************************************************************************
* OmxEventHandler:
* OmxEventHandler:
*****************************************************************************/
static
OMX_ERRORTYPE
OmxEventHandler
(
OMX_HANDLETYPE
omx_handle
,
OMX_PTR
app_data
,
OMX_EVENTTYPE
event
,
OMX_U32
data_1
,
...
...
modules/codec/omxil/utils.c
View file @
c11981de
...
...
@@ -932,7 +932,7 @@ OMX_ERRORTYPE GetAudioParameters(OMX_HANDLETYPE handle,
}
/*****************************************************************************
* PrintOmx: print component summary
* PrintOmx: print component summary
*****************************************************************************/
void
PrintOmx
(
decoder_t
*
p_dec
,
OMX_HANDLETYPE
omx_handle
,
OMX_U32
i_port
)
{
...
...
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