From 22e28216336da876e1fd17f380ce42eaf1446769 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Mon, 17 Feb 2014 13:36:38 +0000 Subject: chasing indexing error --- ffmpeg/libavformat/realtextdec.c | 153 --------------------------------------- 1 file changed, 153 deletions(-) delete mode 100644 ffmpeg/libavformat/realtextdec.c (limited to 'ffmpeg/libavformat/realtextdec.c') diff --git a/ffmpeg/libavformat/realtextdec.c b/ffmpeg/libavformat/realtextdec.c deleted file mode 100644 index 5e4981a..0000000 --- a/ffmpeg/libavformat/realtextdec.c +++ /dev/null @@ -1,153 +0,0 @@ -/* - * Copyright (c) 2012 Clément Bœsch - * - * This file is part of FFmpeg. - * - * FFmpeg is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * FFmpeg is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with FFmpeg; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - */ - -/** - * @file - * RealText subtitle demuxer - * @see http://service.real.com/help/library/guides/ProductionGuide/prodguide/htmfiles/realtext.htm - */ - -#include "avformat.h" -#include "internal.h" -#include "subtitles.h" -#include "libavutil/avstring.h" -#include "libavutil/bprint.h" -#include "libavutil/intreadwrite.h" - -typedef struct { - FFDemuxSubtitlesQueue q; -} RealTextContext; - -static int realtext_probe(AVProbeData *p) -{ - const unsigned char *ptr = p->buf; - - if (AV_RB24(ptr) == 0xEFBBBF) - ptr += 3; /* skip UTF-8 BOM */ - return !av_strncasecmp(ptr, "priv_data; - AVStream *st = avformat_new_stream(s, NULL); - AVBPrint buf; - char c = 0; - int res = 0, duration = read_ts("60"); // default duration is 60 seconds - - if (!st) - return AVERROR(ENOMEM); - avpriv_set_pts_info(st, 64, 1, 100); - st->codec->codec_type = AVMEDIA_TYPE_SUBTITLE; - st->codec->codec_id = AV_CODEC_ID_REALTEXT; - - av_bprint_init(&buf, 0, AV_BPRINT_SIZE_UNLIMITED); - - while (!url_feof(s->pb)) { - AVPacket *sub; - const int64_t pos = avio_tell(s->pb) - (c != 0); - int n = ff_smil_extract_next_chunk(s->pb, &buf, &c); - - if (n == 0) - break; - - if (!av_strncasecmp(buf.str, "codec->extradata = av_strdup(buf.str); - if (!st->codec->extradata) { - res = AVERROR(ENOMEM); - goto end; - } - st->codec->extradata_size = buf.len + 1; - } else { - /* if we just read a