remove ParseContext1

Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
Rafaël Carré
2012-02-08 19:34:37 -05:00
committed by Diego Biurrun
parent 797639dcfd
commit b24aaabd44
2 changed files with 0 additions and 22 deletions

View File

@@ -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,