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