X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fdemux%2Fflac.c;h=e6835e446ee9b8230e04511d3de4c73b61ff9cc4;hb=28811d45391150b1fa986f7bb567b6a67ca70677;hp=8860b8e1c213bcc394dff4162a0e874ef58d3358;hpb=46fc365fe003c7f92f8d525890eaa98b355d8a81;p=vlc diff --git a/modules/demux/flac.c b/modules/demux/flac.c index 8860b8e1c2..e6835e446e 100644 --- a/modules/demux/flac.c +++ b/modules/demux/flac.c @@ -496,6 +496,7 @@ static int ReadMeta( demux_t *p_demux, uint8_t **pp_streaminfo, int *pi_streami ParseStreamInfo( &i_sample_rate, &i_sample_count, *pp_streaminfo ); if( i_sample_rate > 0 ) p_sys->i_length = i_sample_count * INT64_C(1000000)/i_sample_rate; + continue; } else if( i_type == META_SEEKTABLE ) {