From 8c8624b4f3ec3cce0115734cbfee9d3916e11f24 Mon Sep 17 00:00:00 2001 From: Jean-Paul Saman Date: Wed, 23 Aug 2006 20:03:48 +0000 Subject: [PATCH] Cosmetic --- include/vlc_es.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/vlc_es.h b/include/vlc_es.h index 675dcb3f7a..b00142a979 100644 --- a/include/vlc_es.h +++ b/include/vlc_es.h @@ -201,7 +201,7 @@ static inline void es_format_Init( es_format_t *fmt, fmt->psz_description = NULL; fmt->i_extra_languages = 0; - fmt->p_extra_languages = NULL; + fmt->p_extra_languages = NULL; memset( &fmt->audio, 0, sizeof(audio_format_t) ); memset( &fmt->video, 0, sizeof(video_format_t) ); @@ -270,7 +270,8 @@ static inline void es_format_Clean( es_format_t *fmt ) fmt->i_extra = 0; fmt->p_extra = NULL; - if( fmt->video.p_palette ) free( fmt->video.p_palette ); + if( fmt->video.p_palette ) + free( fmt->video.p_palette ); fmt->video.p_palette = NULL; if( fmt->subs.psz_encoding ) free( fmt->subs.psz_encoding ); -- 2.39.2