diff options
author | wm4 <wm4@nowhere> | 2013-04-17 18:34:11 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-04-20 23:28:27 +0200 |
commit | c6b03be894750b4939e79c4a51c11ad0a63589d5 (patch) | |
tree | da98d6ef55c4045b1b0c5785f2dc8e4cfa01dafb /sub/subreader.h | |
parent | 018530cb7490600bf1f14bfe7cc93e18321ddce7 (diff) | |
download | mpv-c6b03be894750b4939e79c4a51c11ad0a63589d5.tar.bz2 mpv-c6b03be894750b4939e79c4a51c11ad0a63589d5.tar.xz |
core: display subtitle codec in track listing
Also switch the subrip and subviewer names, which obviously have been
confused.
Diffstat (limited to 'sub/subreader.h')
-rw-r--r-- | sub/subreader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sub/subreader.h b/sub/subreader.h index 4584f2366a..7a2316bdf1 100644 --- a/sub/subreader.h +++ b/sub/subreader.h @@ -72,6 +72,7 @@ typedef struct subtitle { } subtitle; typedef struct sub_data { + const char *codec; subtitle *subtitles; char *filename; int sub_uses_time; |