diff options
author | John Stebbins <[email protected]> | 2019-12-08 15:28:07 -0800 |
---|---|---|
committer | John Stebbins <[email protected]> | 2020-03-29 08:23:16 -0600 |
commit | 9f7c5112a0381e315738c856f2344e2a64be183b (patch) | |
tree | faf1fb6fe664da48a2dcff11a535efad70efeb64 /libhb/handbrake/decsrtsub.h | |
parent | 7b0b2321c65362b785e149ce8c59a152139b2d15 (diff) |
decavsub: add general purpose avcodec subtitle decoder
Currently using it for pgs, srt, and ssa subtitles.
Diffstat (limited to 'libhb/handbrake/decsrtsub.h')
-rw-r--r-- | libhb/handbrake/decsrtsub.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/libhb/handbrake/decsrtsub.h b/libhb/handbrake/decsrtsub.h deleted file mode 100644 index 4b1283328..000000000 --- a/libhb/handbrake/decsrtsub.h +++ /dev/null @@ -1,16 +0,0 @@ -/* decsrtsub.h - * - * Copyright (c) 2003-2020 HandBrake Team - * This file is part of the HandBrake source code - * Homepage: <http://handbrake.fr/>. - * It may be used under the terms of the GNU General Public License v2. - * For full terms see the file COPYING file or visit http://www.gnu.org/licenses/gpl-2.0.html - */ - -#ifndef HANDBRAKE_DECSRTSUB_H -#define HANDBRAKE_DECSRTSUB_H - -void hb_srt_to_ssa(hb_buffer_t *sub_in, int line); - -#endif // HANDBRAKE_DECSRTSUB_H - |