summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2011-07-07 23:41:42 +0200
committerUoti Urpala <uau@mplayer2.org>2011-07-09 04:23:24 +0300
commit2174cbfa2fd153e7a77ba5ef7167d2bf99057330 (patch)
treef22f58f4a272b99d22b939fcd4fdeb27198680a5 /mplayer.c
parent6794bca0e96ac288eab7248431080afe29152564 (diff)
downloadmpv-2174cbfa2fd153e7a77ba5ef7167d2bf99057330.tar.bz2
mpv-2174cbfa2fd153e7a77ba5ef7167d2bf99057330.tar.xz
cleanup: silence most of the clang warnings
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index 414f3c9023..2180fd8026 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -2248,7 +2248,7 @@ static void mp_dvdnav_reset_stream (MPContext *ctx) {
/// free audio packets and reset
ds_free_packs(ctx->d_audio);
audio_delay -= ctx->sh_audio->stream_delay;
- ctx->delay =- audio_delay;
+ ctx->delay = -audio_delay;
ao_reset(ctx->ao);
resync_audio_stream(ctx->sh_audio);
}