1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-26 09:33:30 +00:00

did not compile (bad place for } )

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2419 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pl 2001-10-23 13:05:23 +00:00
parent 01e821cd5d
commit 9066ffe1e6

View File

@ -905,8 +905,8 @@ void resync_audio_stream(sh_audio_t *sh_audio){
mad_stream_sync(&mad_stream); mad_stream_sync(&mad_stream);
mad_postprocess_buffer(sh_audio, &mad_stream); mad_postprocess_buffer(sh_audio, &mad_stream);
break; break;
}
#endif #endif
}
} }
void skip_audio_frame(sh_audio_t *sh_audio){ void skip_audio_frame(sh_audio_t *sh_audio){