diff options
Diffstat (limited to 'ext/faac')
-rw-r--r-- | ext/faac/gstfaac.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/faac/gstfaac.h b/ext/faac/gstfaac.h index b45f849e..4a17e108 100644 --- a/ext/faac/gstfaac.h +++ b/ext/faac/gstfaac.h @@ -52,9 +52,9 @@ typedef struct _GstFaac { shortctl, outputformat; gboolean tns, - midside; + midside; gulong bytes, - samples; + samples; /* FAAC object */ faacEncHandle handle; |