From 5664cecbc51e10196e7f62ed9550f2d956a39f7b Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Fri, 20 Mar 2009 23:31:19 +0000 Subject: dshowdec: Add par_n and par_d to the object structure to fix compilation --- sys/dshowdecwrapper/gstdshowvideodec.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dshowdecwrapper/gstdshowvideodec.h b/sys/dshowdecwrapper/gstdshowvideodec.h index 1995e49c..4e2d7dc4 100644 --- a/sys/dshowdecwrapper/gstdshowvideodec.h +++ b/sys/dshowdecwrapper/gstdshowvideodec.h @@ -105,6 +105,7 @@ struct _GstDshowVideoDec /* settings */ gint width, height; gint fps_n, fps_d; + gint par_n, par_d; /* current segment */ GstSegment *segment; -- cgit v1.2.1