mpegvideo: Remove a leftover function declaration
authorMartin Storsjö <martin@martin.st>
Wed, 15 Feb 2012 09:44:31 +0000 (11:44 +0200)
committerMartin Storsjö <martin@martin.st>
Wed, 15 Feb 2012 20:06:12 +0000 (22:06 +0200)
Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/mpegvideo_common.h

index 9f6307e..faa50e6 100644 (file)
 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.
  */