summaryrefslogtreecommitdiff
path: root/libavformat/subtitles.h
diff options
context:
space:
mode:
authorwm4 <nfxjfg@googlemail.com>2014-09-02 20:54:16 +0200
committerClément Bœsch <u@pkh.me>2014-09-05 23:13:07 +0200
commitb7f641dc9bff452c0af75700d1127f54dadf4247 (patch)
treed2e9f66471211ea7a9effc39b823f945b330981f /libavformat/subtitles.h
parent231a514dd3d246b38d0bf2a400a1759902a6f051 (diff)
downloadffmpeg-b7f641dc9bff452c0af75700d1127f54dadf4247.tar.gz
avformat/realtextdec: UTF-16 support
Also remove ff_smil_extract_next_chunk - this was the last user of it.
Diffstat (limited to 'libavformat/subtitles.h')
-rw-r--r--libavformat/subtitles.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavformat/subtitles.h b/libavformat/subtitles.h
index 67ddf4db26..903c24d9df 100644
--- a/libavformat/subtitles.h
+++ b/libavformat/subtitles.h
@@ -144,11 +144,6 @@ void ff_subtitles_queue_clean(FFDemuxSubtitlesQueue *q);
*
* @param c cached character, to avoid a backward seek
*/
-int ff_smil_extract_next_chunk(AVIOContext *pb, AVBPrint *buf, char *c);
-
-/**
- * As ff_smil_extract_next_chunk(), but with FFTextReader.
- */
int ff_smil_extract_next_text_chunk(FFTextReader *tr, AVBPrint *buf, char *c);
/**