summaryrefslogtreecommitdiff
path: root/libpostproc/postprocess_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpostproc/postprocess_internal.h')
-rw-r--r--libpostproc/postprocess_internal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libpostproc/postprocess_internal.h b/libpostproc/postprocess_internal.h
index 8f5c58a320..537d728c0c 100644
--- a/libpostproc/postprocess_internal.h
+++ b/libpostproc/postprocess_internal.h
@@ -119,6 +119,11 @@ typedef struct PPMode{
* postprocess context.
*/
typedef struct PPContext{
+ /**
+ * info on struct for av_log
+ */
+ AVClass *av_class;
+
uint8_t *tempBlocks; ///<used for the horizontal code
/**