mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-11 08:52:39 +00:00
dshowdec: Add par_n and par_d to the object structure to fix compilation
This commit is contained in:
parent
816fb21a6d
commit
5664cecbc5
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ struct _GstDshowVideoDec
|
||||||
/* settings */
|
/* settings */
|
||||||
gint width, height;
|
gint width, height;
|
||||||
gint fps_n, fps_d;
|
gint fps_n, fps_d;
|
||||||
|
gint par_n, par_d;
|
||||||
|
|
||||||
/* current segment */
|
/* current segment */
|
||||||
GstSegment *segment;
|
GstSegment *segment;
|
||||||
|
|
Loading…
Reference in a new issue