summaryrefslogtreecommitdiffstats
path: root/libmpeg2/mpeg2_internal.h
diff options
context:
space:
mode:
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