summaryrefslogtreecommitdiff
path: root/sys/msdk/gstmsdkdec.h
diff options
context:
space:
mode:
authorAaron Boxer <aaron.boxer@collabora.com>2019-07-22 12:52:53 -0400
committerSebastian Dröge <sebastian@centricular.com>2019-08-07 11:37:28 +0300
commit7dbcddff61dd51d459bcddb87c19a63571713506 (patch)
tree17683ff1315a1fcc8aaffbbddc75c4c8699ba760 /sys/msdk/gstmsdkdec.h
parentcc4d0e91e37a575304ac3695d3508b459972bb53 (diff)
downloadgstreamer-plugins-bad-7dbcddff61dd51d459bcddb87c19a63571713506.tar.gz
msdkdec: no need to cache output state info
Diffstat (limited to 'sys/msdk/gstmsdkdec.h')
-rw-r--r--sys/msdk/gstmsdkdec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/msdk/gstmsdkdec.h b/sys/msdk/gstmsdkdec.h
index 88924e20b..bd3732b33 100644
--- a/sys/msdk/gstmsdkdec.h
+++ b/sys/msdk/gstmsdkdec.h
@@ -65,7 +65,6 @@ struct _GstMsdkDec
/* input description */
GstVideoCodecState *input_state;
/* aligned msdk pool info */
- GstVideoInfo output_info;
GstBufferPool *pool;
/* downstream pool info based on allocation query */
GstVideoInfo non_msdk_pool_info;