summaryrefslogtreecommitdiff
path: root/libavcodec/parser.c
diff options
context:
space:
mode:
authorRafaël Carré <funman@videolan.org>2012-02-08 19:34:37 -0500
committerDiego Biurrun <diego@biurrun.de>2012-02-10 15:48:52 +0100
commitb24aaabd44d68c6fafbfc476d1b70cc7ff8138ca (patch)
treed7227f8fc9979e805ad62bda517d6a8b22907467 /libavcodec/parser.c
parent797639dcfdbd672d55e79c6a679cc1e58f863277 (diff)
remove ParseContext1
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavcodec/parser.c')
-rw-r--r--libavcodec/parser.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/libavcodec/parser.c b/libavcodec/parser.c
index 9fd7af6ce6..7a6b205207 100644
--- a/libavcodec/parser.c
+++ b/libavcodec/parser.c
@@ -289,14 +289,6 @@ void ff_parse_close(AVCodecParserContext *s)
av_freep(&pc->buffer);
}
-void ff_parse1_close(AVCodecParserContext *s)
-{
- ParseContext1 *pc1 = s->priv_data;
-
- av_free(pc1->pc.buffer);
- av_free(pc1->enc);
-}
-
/*************************/
int ff_mpeg4video_split(AVCodecContext *avctx,