diff intrax8.h @ 6176:1d735690e172 libavcodec

Correctly clean up IntraX8Context upon codec close. patch by Zdenek Kabelac, zdenek d kabelac a gmail d com
author andoma
date Fri, 25 Jan 2008 07:37:46 +0000
parents 5bfa6df53349
children c4a4495715dd
line wrap: on
line diff
--- a/intrax8.h	Thu Jan 24 19:51:31 2008 +0000
+++ b/intrax8.h	Fri Jan 25 07:37:46 2008 +0000
@@ -51,6 +51,7 @@
 } IntraX8Context;
 
 void ff_intrax8_common_init(IntraX8Context * w, MpegEncContext * const s);
+void ff_intrax8_common_end(IntraX8Context * w);
 int  ff_intrax8_decode_picture(IntraX8Context * w, int quant, int halfpq);
 
 #endif /* FFMPEG_INTRAX8_H */