Commit dd15a9b0 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Remove excess whitespace.

parent 82e29c9b
...@@ -662,7 +662,7 @@ void spu_RenderSubpictures( spu_t *p_spu, video_format_t *p_fmt, ...@@ -662,7 +662,7 @@ void spu_RenderSubpictures( spu_t *p_spu, video_format_t *p_fmt,
* dimensions specified - we don't need to scale it. * dimensions specified - we don't need to scale it.
*/ */
if( (p_subpic->i_original_picture_height > 0) && if( (p_subpic->i_original_picture_height > 0) &&
(p_subpic->i_original_picture_width <= 0) ) (p_subpic->i_original_picture_width <= 0) )
{ {
pi_scale_height[ k ] = pi_scale_height[ k ] * i_source_video_height / pi_scale_height[ k ] = pi_scale_height[ k ] * i_source_video_height /
p_subpic->i_original_picture_height; p_subpic->i_original_picture_height;
...@@ -671,7 +671,6 @@ void spu_RenderSubpictures( spu_t *p_spu, video_format_t *p_fmt, ...@@ -671,7 +671,6 @@ void spu_RenderSubpictures( spu_t *p_spu, video_format_t *p_fmt,
} }
} }
/* Set default subpicture aspect ratio */ /* Set default subpicture aspect ratio */
if( p_region && p_region->fmt.i_aspect && if( p_region && p_region->fmt.i_aspect &&
( !p_region->fmt.i_sar_num || !p_region->fmt.i_sar_den ) ) ( !p_region->fmt.i_sar_num || !p_region->fmt.i_sar_den ) )
...@@ -1009,7 +1008,6 @@ void spu_RenderSubpictures( spu_t *p_spu, video_format_t *p_fmt, ...@@ -1009,7 +1008,6 @@ void spu_RenderSubpictures( spu_t *p_spu, video_format_t *p_fmt,
} }
} }
i_x_offset = __MAX( i_x_offset, 0 ); i_x_offset = __MAX( i_x_offset, 0 );
i_y_offset = __MAX( i_y_offset, 0 ); i_y_offset = __MAX( i_y_offset, 0 );
......
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