1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-01 23:00:41 +00:00

cosmetics: one more if brace placement fix

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27085 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-06-16 11:35:20 +00:00
parent 0d9f0ba013
commit d77499b1fe

View File

@ -952,8 +952,7 @@ demuxer_t *demux_open(stream_t *vs, int file_format, int audio_id,
if (!ad) {
mp_msg(MSGT_DEMUXER,MSGL_WARN,MSGTR_OpeningAudioDemuxerFailed,audio_stream);
free_stream(as);
}
else if (ad->audio->sh && ((sh_audio_t*)ad->audio->sh)->format == 0x55) // MP3
} else if (ad->audio->sh && ((sh_audio_t*)ad->audio->sh)->format == 0x55) // MP3
hr_mp3_seek=1; // Enable high res seeking
}
if (ss) {