diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2011-12-11 17:37:40 +0100 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2011-12-13 23:07:40 +0100 |
commit | 36be045ed7942e07742c3cf3d3012b1d2a9ec344 (patch) | |
tree | 29dc61663ced6672a5fc0181a08ed1f03582cc45 /libavcodec/aac.h | |
parent | 16b771b1f47daa9fec84477040984d83a92ba4a6 (diff) | |
download | ffmpeg-36be045ed7942e07742c3cf3d3012b1d2a9ec344.tar.gz |
Support "VLB " audio in NSV files.
See samples/nsv/vlb_audio.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Diffstat (limited to 'libavcodec/aac.h')
-rw-r--r-- | libavcodec/aac.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/aac.h b/libavcodec/aac.h index d31103684c..631fdd405f 100644 --- a/libavcodec/aac.h +++ b/libavcodec/aac.h @@ -300,6 +300,7 @@ typedef struct { DECLARE_ALIGNED(32, float, temp)[128]; enum OCStatus output_configured; + int warned_num_aac_frames; } AACContext; #endif /* AVCODEC_AAC_H */ |