Commit c11981de authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

OMX: remove trailing spaces

parent 3fad8286
......@@ -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,
......
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment