summaryrefslogtreecommitdiff
path: root/libavcodec/aac_ac3_parser.h
diff options
context:
space:
mode:
authorJoakim Plate <elupus@ecce.se>2009-02-19 00:28:19 +0000
committerJustin Ruggles <justin.ruggles@gmail.com>2009-02-19 00:28:19 +0000
commit4cff8dc88fb9932ad797e03e6df9aef91272b46e (patch)
treed5e05430d4218e7669ab007ac4ec27786d9f87cd /libavcodec/aac_ac3_parser.h
parent3899eb2f65ddcda27e352edb760e181cb11cbc76 (diff)
Allow AC-3 parser to modify codec_id.
Patch by Joakim Plate (elupus A ecce D se). Originally committed as revision 17447 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/aac_ac3_parser.h')
-rw-r--r--libavcodec/aac_ac3_parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/aac_ac3_parser.h b/libavcodec/aac_ac3_parser.h
index c4b81a86c6..04fd8f1974 100644
--- a/libavcodec/aac_ac3_parser.h
+++ b/libavcodec/aac_ac3_parser.h
@@ -53,6 +53,7 @@ typedef struct AACAC3ParseContext {
uint64_t state;
int need_next_header;
+ enum CodecID codec_id;
} AACAC3ParseContext;
int ff_aac_ac3_parse(AVCodecParserContext *s1,