From b7f641dc9bff452c0af75700d1127f54dadf4247 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 2 Sep 2014 20:54:16 +0200 Subject: avformat/realtextdec: UTF-16 support Also remove ff_smil_extract_next_chunk - this was the last user of it. --- libavformat/subtitles.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libavformat/subtitles.h') 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); /** -- cgit v1.2.1