rtph264pay: avoid double buffer unmap on error
[platform/upstream/gstreamer.git] / gst / rtp / gstrtph264depay.h
index c62625b..e178dcf 100644 (file)
@@ -66,8 +66,6 @@ struct _GstRtpH264Depay
   GPtrArray *sps;
   GPtrArray *pps;
   gboolean new_codec_data;
-  gint width;
-  gint height;
 };
 
 struct _GstRtpH264DepayClass