avviddec: Fix pool reallocation logic
[platform/upstream/gst-libav.git] / ext / libav / gstavviddec.h
index 1fc2e38..90108c8 100644 (file)
@@ -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;