mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
libFLAC: Removed useless comparison
This commit is contained in:
committed by
Erik de Castro Lopo
parent
53953b6795
commit
ec35d55561
@@ -3317,7 +3317,7 @@ FLAC__bool seek_to_absolute_sample_ogg_(FLAC__StreamDecoder *decoder, FLAC__uint
|
|||||||
}
|
}
|
||||||
left_pos = pos;
|
left_pos = pos;
|
||||||
}
|
}
|
||||||
else if(this_frame_sample > target_sample) {
|
else {
|
||||||
right_sample = this_frame_sample;
|
right_sample = this_frame_sample;
|
||||||
/* sanity check to avoid infinite loop */
|
/* sanity check to avoid infinite loop */
|
||||||
if (right_pos == pos) {
|
if (right_pos == pos) {
|
||||||
|
|||||||
Reference in New Issue
Block a user