dshowdec: Add par_n and par_d to the object structure to fix compilation
This commit is contained in:
parent
816fb21a6d
commit
5664cecbc5
@ -105,6 +105,7 @@ struct _GstDshowVideoDec
|
||||
/* settings */
|
||||
gint width, height;
|
||||
gint fps_n, fps_d;
|
||||
gint par_n, par_d;
|
||||
|
||||
/* current segment */
|
||||
GstSegment *segment;
|
||||
|
Loading…
x
Reference in New Issue
Block a user