summaryrefslogtreecommitdiffstats
path: root/dec_audio.c
diff options
context:
space:
mode:
authorpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-23 13:05:23 +0000
committerpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-23 13:05:23 +0000
commit9066ffe1e63733bfcf7d307c227333c2aee4ca35 (patch)
treed5a88bca13ef8758abca3dad0c690d9081053809 /dec_audio.c
parent01e821cd5dc6eb0b355f98f65a410930f50340ea (diff)
downloadmpv-9066ffe1e63733bfcf7d307c227333c2aee4ca35.tar.bz2
mpv-9066ffe1e63733bfcf7d307c227333c2aee4ca35.tar.xz
did not compile (bad place for } )
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2419 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'dec_audio.c')
-rw-r--r--dec_audio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dec_audio.c b/dec_audio.c
index 439e93c6e7..766c8e437b 100644
--- a/dec_audio.c
+++ b/dec_audio.c
@@ -905,8 +905,8 @@ void resync_audio_stream(sh_audio_t *sh_audio){
mad_stream_sync(&mad_stream);
mad_postprocess_buffer(sh_audio, &mad_stream);
break;
- }
#endif
+ }
}
void skip_audio_frame(sh_audio_t *sh_audio){