summaryrefslogtreecommitdiffstats
path: root/libmpeg2/mpeg2_internal.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-02 21:45:41 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-02 21:45:41 +0000
commit0768e4202edab3a58fb274db993e7e870fd7ea3a (patch)
tree724f1f9b864e7b5246fff9413d94cb75350ff951 /libmpeg2/mpeg2_internal.h
parentce8be9282b1241efb1fdc9f20fa65ec7747ba1f6 (diff)
downloadmpv-0768e4202edab3a58fb274db993e7e870fd7ea3a.tar.bz2
mpv-0768e4202edab3a58fb274db993e7e870fd7ea3a.tar.xz
-Wall warnings fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2051 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpeg2/mpeg2_internal.h')
-rw-r--r--libmpeg2/mpeg2_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpeg2/mpeg2_internal.h b/libmpeg2/mpeg2_internal.h
index ef6ae7020c..f5cd473f2b 100644
--- a/libmpeg2/mpeg2_internal.h
+++ b/libmpeg2/mpeg2_internal.h
@@ -214,6 +214,7 @@ int slice_process (picture_t *picture, uint8_t code, uint8_t * buffer);
void stats_header (uint8_t code, uint8_t * buffer);
void mpeg2_allocate_image_buffers(picture_t * picture);
+void mpeg2_free_image_buffers (picture_t * picture);
#ifdef MPEG12_POSTPROC