dshowdec: Add par_n and par_d to the object structure to fix compilation

This commit is contained in:
Jan Schmidt 2009-03-20 23:31:19 +00:00
parent 816fb21a6d
commit 5664cecbc5

View file

@ -105,6 +105,7 @@ struct _GstDshowVideoDec
/* settings */
gint width, height;
gint fps_n, fps_d;
gint par_n, par_d;
/* current segment */
GstSegment *segment;