mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-05 22:12:34 +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 */
|
||||
gint width, height;
|
||||
gint fps_n, fps_d;
|
||||
gint par_n, par_d;
|
||||
|
||||
/* current segment */
|
||||
GstSegment *segment;
|
||||
|
|
Loading…
Reference in a new issue