summaryrefslogtreecommitdiffstats
path: root/subreader.c
diff options
context:
space:
mode:
Diffstat (limited to 'subreader.c')
-rw-r--r--subreader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/subreader.c b/subreader.c
index 8bd5419d17..a83ce4ee1e 100644
--- a/subreader.c
+++ b/subreader.c
@@ -1255,7 +1255,7 @@ static void adjust_subs_time(subtitle* sub, float subtime, float fps, int block,
*/
/* timed sub fps correction ::atmos */
- if(sub_uses_time && sub_fps) {
+ if(sub_fps) {
sub->start *= sub_fps/fps;
sub->end *= sub_fps/fps;
}