Skip to content
Snippets Groups Projects
Commit 79d0174a authored by Laurent Aimar's avatar Laurent Aimar
Browse files

Compilation fix (mpgatofixed32).

parent e56fae2d
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@ static void DoWork( aout_instance_t * p_aout, aout_filter_t * p_filter,
mad_stream_errorstr( &p_sys->mad_stream ) );
p_sys->i_reject_count = 3;
}
else if( p_in_buf->i_flags & BLOCK_FLAG_DISCONUITY )
else if( p_in_buf->i_flags & BLOCK_FLAG_DISCONTINUITY )
{
p_sys->i_reject_count = 3;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment