projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Correctly clean up IntraX8Context upon codec close.
[ffmpeg.git]
/
libavcodec
/
intrax8.h
diff --git
a/libavcodec/intrax8.h
b/libavcodec/intrax8.h
index
fd8e36c
..
3f6de67
100644
(file)
--- a/
libavcodec/intrax8.h
+++ b/
libavcodec/intrax8.h
@@
-51,6
+51,7
@@
typedef struct{
} 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 */