mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 07:46:38 +00:00
parent
36fbb8eea4
commit
ce1c741f37
1 changed files with 2 additions and 2 deletions
|
@ -51,9 +51,9 @@ struct _GstFaac {
|
|||
bps;
|
||||
|
||||
/* input frame size */
|
||||
gulong samples;
|
||||
gint samples;
|
||||
/* required output buffer size */
|
||||
gulong bytes;
|
||||
gint bytes;
|
||||
|
||||
/* negotiated */
|
||||
gint mpegversion, outputformat;
|
||||
|
|
Loading…
Reference in a new issue