[vlc-commits] OMX: remove trailing spaces
Jean-Baptiste Kempf
git at videolan.org
Sun Jun 15 16:45:32 CEST 2014
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jun 15 16:45:13 2014 +0200| [c11981deea738f5dd7d96e67f80ec538f314c9ef] | committer: Jean-Baptiste Kempf
OMX: remove trailing spaces
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c11981deea738f5dd7d96e67f80ec538f314c9ef
---
modules/codec/omxil/omxil.c | 6 +++---
modules/codec/omxil/utils.c | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/modules/codec/omxil/omxil.c b/modules/codec/omxil/omxil.c
index 6298cdc..df75c93 100644
--- a/modules/codec/omxil/omxil.c
+++ b/modules/codec/omxil/omxil.c
@@ -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,
diff --git a/modules/codec/omxil/utils.c b/modules/codec/omxil/utils.c
index e2590f5..2cb6358 100644
--- a/modules/codec/omxil/utils.c
+++ b/modules/codec/omxil/utils.c
@@ -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)
{
More information about the vlc-commits
mailing list