fdkaacenc: Implement flush function
[platform/upstream/gstreamer.git] / ext / fdkaac / gstfdkaacenc.h
index 8c3df47..6dacc7d 100644 (file)
@@ -50,6 +50,7 @@ struct _GstFdkAacEnc {
   guint outbuf_size, samples_per_frame;
   gboolean need_reorder;
   const GstAudioChannelPosition *aac_positions;
+  gboolean is_drained;
 };
 
 struct _GstFdkAacEncClass {