lavc: use av_fifo_freep

Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
This commit is contained in:
Lukasz Marek
2014-05-06 21:51:14 +02:00
parent ce1eefe691
commit 9b60d907ae
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -724,7 +724,7 @@ static void flac_parse_close(AVCodecParserContext *c)
av_free(curr);
curr = temp;
}
av_fifo_free(fpc->fifo_buf);
av_fifo_freep(&fpc->fifo_buf);
av_free(fpc->wrap_buf);
}