[FFmpeg-cvslog] mpegvideo: Remove a leftover function declaration

Martin Storsjö git at videolan.org
Thu Feb 16 01:46:56 CET 2012


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Wed Feb 15 11:44:31 2012 +0200| [a082ac412520cd5d812bd57e5ccdad2af557125b] | committer: Martin Storsjö

mpegvideo: Remove a leftover function declaration

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a082ac412520cd5d812bd57e5ccdad2af557125b
---

 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 9f6307e..faa50e6 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.
  */



More information about the ffmpeg-cvslog mailing list