From ce1c741f37760e7b49e3d2016501c66213d77611 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Fri, 23 Dec 2011 09:30:31 +0100 Subject: [PATCH] faac: standardize some field data types Fixes #666750. --- ext/faac/gstfaac.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/faac/gstfaac.h b/ext/faac/gstfaac.h index 5bd0574..029e4fd 100644 --- a/ext/faac/gstfaac.h +++ b/ext/faac/gstfaac.h @@ -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; -- 2.7.4