diff options
author | Stefan Pöschel <github@basicmaster.de> | 2015-05-07 20:35:00 +0200 |
---|---|---|
committer | Stefan Pöschel <github@basicmaster.de> | 2015-05-07 20:35:00 +0200 |
commit | 76a07373d964433f4a9e22761a380fc297d726d4 (patch) | |
tree | bfca0d0130e34cacdf84ce8b745111b569d1d7e3 /faad_decoder.h | |
parent | 12412e62ba6c0a34f953707e1886dc36661ca5a5 (diff) | |
download | etisnoop-76a07373d964433f4a9e22761a380fc297d726d4.tar.gz etisnoop-76a07373d964433f4a9e22761a380fc297d726d4.tar.bz2 etisnoop-76a07373d964433f4a9e22761a380fc297d726d4.zip |
Remove AAC ADTS output (960-transformation can't be signalled)
Diffstat (limited to 'faad_decoder.h')
-rw-r--r-- | faad_decoder.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/faad_decoder.h b/faad_decoder.h index 36e7594..1a14efb 100644 --- a/faad_decoder.h +++ b/faad_decoder.h @@ -102,7 +102,6 @@ class FaadDecoder std::string m_filename; FILE* m_fd; - FILE* m_aac; /* Data needed for FAAD */ bool m_ps_flag; |