summaryrefslogtreecommitdiff
path: root/ext/libav/gstavviddec.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/libav/gstavviddec.h')
-rw-r--r--ext/libav/gstavviddec.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/libav/gstavviddec.h b/ext/libav/gstavviddec.h
index 1fc2e38..90108c8 100644
--- a/ext/libav/gstavviddec.h
+++ b/ext/libav/gstavviddec.h
@@ -70,6 +70,10 @@ struct _GstFFMpegVidDec
/* Internally used for direct rendering */
GstBufferPool *internal_pool;
+ gint pool_width;
+ gint pool_height;
+ enum PixelFormat pool_format;
+ GstVideoInfo pool_info;
};
typedef struct _GstFFMpegVidDecClass GstFFMpegVidDecClass;