summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index 07098f8ecd..14e19a21c7 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -3639,7 +3639,7 @@ if(vo_config_count && vo_spudec) {
}
if(len<=0 || !packet) break;
if(timestamp < 0) timestamp = 0;
- spudec_assemble(vo_spudec,packet,len,timestamp);
+ else spudec_assemble(vo_spudec,packet,len,timestamp);
}
/* detect wether the sub has changed or not */