summaryrefslogtreecommitdiff
path: root/libavcodec/parser.c
diff options
context:
space:
mode:
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,