Commit 66b04c2a authored by Christophe Massiot's avatar Christophe Massiot

Another attempt for the audio bug...

parent 20229421
...@@ -204,14 +204,8 @@ static void RunThread (adec_thread_t * p_adec) ...@@ -204,14 +204,8 @@ static void RunThread (adec_thread_t * p_adec)
intf_DbgMsg ( "adec: sync\n" ); intf_DbgMsg ( "adec: sync\n" );
p_byte_stream = adec_byte_stream ( &p_adec->audio_decoder ); p_byte_stream = adec_byte_stream ( &p_adec->audio_decoder );
do /* FIXME: the check will be done later, am I right ? */
{ adec_byte_stream_next ( p_byte_stream );
adec_byte_stream_next ( p_byte_stream );
} while ( !(!*p_adec->p_data->p_payload_start
&& !p_adec->p_data->p_payload_start[1]
&& p_adec->p_data->p_payload_start[2] == 1)
&& (!p_adec->b_die)
&& (!p_adec->b_error) );
if( p_adec->b_die || p_adec->b_error ) if( p_adec->b_die || p_adec->b_error )
{ {
......
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