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

CDDA: fix indentation

parent e8dcec0c
...@@ -160,11 +160,11 @@ static int Open( vlc_object_t *p_this ) ...@@ -160,11 +160,11 @@ static int Open( vlc_object_t *p_this )
STANDARD_BLOCK_ACCESS_INIT STANDARD_BLOCK_ACCESS_INIT
p_sys->vcddev = vcddev; p_sys->vcddev = vcddev;
/* Do we play a single track ? */ /* Do we play a single track ? */
p_sys->i_track = var_InheritInteger( p_access, "cdda-track" ) - 1; p_sys->i_track = var_InheritInteger( p_access, "cdda-track" ) - 1;
if( p_sys->i_track < 0 ) if( p_sys->i_track < 0 )
{ {
/* We only do separate items if the whole disc is requested */ /* We only do separate items if the whole disc is requested */
input_thread_t *p_input = access_GetParentInput( p_access ); input_thread_t *p_input = access_GetParentInput( p_access );
......
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