diff options
Diffstat (limited to 'macosx/HBSubtitles.m')
-rw-r--r-- | macosx/HBSubtitles.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBSubtitles.m b/macosx/HBSubtitles.m index bffc4a5e3..ad66e932f 100644 --- a/macosx/HBSubtitles.m +++ b/macosx/HBSubtitles.m @@ -290,7 +290,7 @@ if (subtitle->format == PICTURESUB) { trackTypeString = @"- (Bitmap)"; - isPictureSub = 0; + isPictureSub = 1; } else { |