diff options
author | Martin Storsjö <martin@martin.st> | 2012-02-15 11:44:31 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-02-15 22:06:12 +0200 |
commit | a082ac412520cd5d812bd57e5ccdad2af557125b (patch) | |
tree | f529a2d39d12b0a2a308a35d9a96c4bb6471fa07 | |
parent | 735be9cdfb39ac295243796a38de70cc5499f2bc (diff) | |
download | ffmpeg-a082ac412520cd5d812bd57e5ccdad2af557125b.tar.gz |
mpegvideo: Remove a leftover function declaration
Signed-off-by: Martin Storsjö <martin@martin.st>
-rw-r--r-- | libavcodec/mpegvideo_common.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libavcodec/mpegvideo_common.h b/libavcodec/mpegvideo_common.h index 9f6307ea7c..faa50e6ef0 100644 --- a/libavcodec/mpegvideo_common.h +++ b/libavcodec/mpegvideo_common.h @@ -42,12 +42,6 @@ int dct_quantize_c(MpegEncContext *s, DCTELEM *block, int n, int qscale, int *overflow); /** - * Allocate a Picture. - * The pixels are allocated/set by calling get_buffer() if shared = 0. - */ -int alloc_picture(MpegEncContext *s, Picture *pic, int shared); - -/** * Set the given MpegEncContext to common defaults (same for encoding and decoding). * The changed fields will not depend upon the prior state of the MpegEncContext. */ |