Skip to content

Commit 7962008

Browse files
committed
Subtitles: Yet another state calculation fix.
0925cc0 doesn't count AV subtitles as "text" subtitles, but it should. (cherry picked from commit 017cc5c)
1 parent 74dba35 commit 7962008

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mythtv/libs/libmythtv/mythplayer.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ enum
7878
kDisplayAllCaptions = 0x0FF,
7979
kDisplayTeletextMenu = 0x100,
8080
kDisplayAllTextCaptions = ~kDisplayDVDButton &
81-
~kDisplayAVSubtitle &
8281
kDisplayAllCaptions,
8382
};
8483

0 commit comments

Comments
 (0)