Commit 423ec777 authored by Jean-Paul Saman's avatar Jean-Paul Saman

remove excess whitespace

parent 1be52364
...@@ -183,7 +183,6 @@ static int Open( vlc_object_t *p_this ) ...@@ -183,7 +183,6 @@ static int Open( vlc_object_t *p_this )
return VLC_ENOMEM; return VLC_ENOMEM;
} }
memset( p_sys, 0, sizeof(decoder_sys_t) ); memset( p_sys, 0, sizeof(decoder_sys_t) );
p_sys->i_align = 0; p_sys->i_align = 0;
...@@ -629,7 +628,6 @@ static subpicture_t *Decode( decoder_t *p_dec, block_t **pp_block ) ...@@ -629,7 +628,6 @@ static subpicture_t *Decode( decoder_t *p_dec, block_t **pp_block )
dbg((p_dec, "%s\n", dbg)); dbg((p_dec, "%s\n", dbg));
} }
#endif #endif
} }
else if ( row == 25 ) else if ( row == 25 )
{ {
...@@ -736,4 +734,3 @@ error: ...@@ -736,4 +734,3 @@ error:
block_Release( p_block ); block_Release( p_block );
return NULL; return NULL;
} }
...@@ -165,7 +165,7 @@ static inline int ps_track_fill( ps_track_t *tk, ps_psm_t *p_psm, int i_id ) ...@@ -165,7 +165,7 @@ static inline int ps_track_fill( ps_track_t *tk, ps_psm_t *p_psm, int i_id )
/* PES packets usually contain truncated frames */ /* PES packets usually contain truncated frames */
tk->fmt.b_packetized = VLC_FALSE; tk->fmt.b_packetized = VLC_FALSE;
if( ps_id_to_lang( p_psm , i_id ) ) if( ps_id_to_lang( p_psm, i_id ) )
{ {
tk->fmt.psz_language = malloc( 4 ); tk->fmt.psz_language = malloc( 4 );
memcpy( tk->fmt.psz_language, ps_id_to_lang( p_psm , i_id ), 3 ); memcpy( tk->fmt.psz_language, ps_id_to_lang( p_psm , i_id ), 3 );
......
...@@ -193,4 +193,3 @@ static void GtkMain( vlc_object_t *p_this ) ...@@ -193,4 +193,3 @@ static void GtkMain( vlc_object_t *p_this )
gdk_threads_leave(); gdk_threads_leave();
} }
...@@ -232,7 +232,6 @@ void libvlc_vlm_add_input( libvlc_instance_t *p_instance, char *psz_name, ...@@ -232,7 +232,6 @@ void libvlc_vlm_add_input( libvlc_instance_t *p_instance, char *psz_name,
#undef VLM_CHANGE_CODE #undef VLM_CHANGE_CODE
} }
void libvlc_vlm_change_media( libvlc_instance_t *p_instance, char *psz_name, void libvlc_vlm_change_media( libvlc_instance_t *p_instance, char *psz_name,
char *psz_input, char *psz_output, int i_options, char *psz_input, char *psz_output, int i_options,
char **ppsz_options, int b_enabled, int b_loop, char **ppsz_options, int b_enabled, int b_loop,
...@@ -259,7 +258,6 @@ void libvlc_vlm_change_media( libvlc_instance_t *p_instance, char *psz_name, ...@@ -259,7 +258,6 @@ void libvlc_vlm_change_media( libvlc_instance_t *p_instance, char *psz_name,
void libvlc_vlm_play_media( libvlc_instance_t *p_instance, char *psz_name, void libvlc_vlm_play_media( libvlc_instance_t *p_instance, char *psz_name,
libvlc_exception_t *p_exception ) libvlc_exception_t *p_exception )
{ {
vlm_t *p_vlm; vlm_t *p_vlm;
int64_t id; int64_t id;
...@@ -275,7 +273,6 @@ void libvlc_vlm_play_media( libvlc_instance_t *p_instance, char *psz_name, ...@@ -275,7 +273,6 @@ void libvlc_vlm_play_media( libvlc_instance_t *p_instance, char *psz_name,
void libvlc_vlm_stop_media( libvlc_instance_t *p_instance, char *psz_name, void libvlc_vlm_stop_media( libvlc_instance_t *p_instance, char *psz_name,
libvlc_exception_t *p_exception ) libvlc_exception_t *p_exception )
{ {
vlm_t *p_vlm; vlm_t *p_vlm;
int64_t id; int64_t id;
...@@ -291,7 +288,6 @@ void libvlc_vlm_stop_media( libvlc_instance_t *p_instance, char *psz_name, ...@@ -291,7 +288,6 @@ void libvlc_vlm_stop_media( libvlc_instance_t *p_instance, char *psz_name,
void libvlc_vlm_pause_media( libvlc_instance_t *p_instance, char *psz_name, void libvlc_vlm_pause_media( libvlc_instance_t *p_instance, char *psz_name,
libvlc_exception_t *p_exception ) libvlc_exception_t *p_exception )
{ {
vlm_t *p_vlm; vlm_t *p_vlm;
int64_t id; int64_t id;
...@@ -307,7 +303,6 @@ void libvlc_vlm_pause_media( libvlc_instance_t *p_instance, char *psz_name, ...@@ -307,7 +303,6 @@ void libvlc_vlm_pause_media( libvlc_instance_t *p_instance, char *psz_name,
void libvlc_vlm_seek_media( libvlc_instance_t *p_instance, char *psz_name, void libvlc_vlm_seek_media( libvlc_instance_t *p_instance, char *psz_name,
float f_percentage, libvlc_exception_t *p_exception ) float f_percentage, libvlc_exception_t *p_exception )
{ {
vlm_t *p_vlm; vlm_t *p_vlm;
int64_t id; int64_t id;
...@@ -385,4 +380,3 @@ char* libvlc_vlm_show_media( libvlc_instance_t *p_instance, char *psz_name, ...@@ -385,4 +380,3 @@ char* libvlc_vlm_show_media( libvlc_instance_t *p_instance, char *psz_name,
libvlc_exception_raise( p_exception, "Unable to call show %s", psz_name ); libvlc_exception_raise( p_exception, "Unable to call show %s", psz_name );
return NULL; return NULL;
} }
...@@ -34,7 +34,6 @@ ...@@ -34,7 +34,6 @@
#ifdef ENABLE_VLM #ifdef ENABLE_VLM
#ifdef HAVE_TIME_H #ifdef HAVE_TIME_H
# include <time.h> /* ctime() */ # include <time.h> /* ctime() */
# include <sys/timeb.h> /* ftime() */ # include <sys/timeb.h> /* ftime() */
...@@ -867,6 +866,7 @@ error: ...@@ -867,6 +866,7 @@ error:
} }
return VLC_EGENERIC; return VLC_EGENERIC;
} }
static int ExecuteNew( vlm_t *p_vlm, const char *psz_name, const char *psz_type, const int i_property, char *ppsz_property[], vlm_message_t **pp_status ) static int ExecuteNew( vlm_t *p_vlm, const char *psz_name, const char *psz_type, const int i_property, char *ppsz_property[], vlm_message_t **pp_status )
{ {
/* Check name */ /* Check name */
......
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