diff aac_ac3_parser.h @ 8977:82ab0b77695b libavcodec

Allow AC-3 parser to modify codec_id. Patch by Joakim Plate (elupus A ecce D se).
author jbr
date Thu, 19 Feb 2009 00:28:19 +0000
parents 04423b2f6e0b
children ba5d9a97ab2f
line wrap: on
line diff
--- a/aac_ac3_parser.h	Thu Feb 19 00:28:08 2009 +0000
+++ b/aac_ac3_parser.h	Thu Feb 19 00:28:19 2009 +0000
@@ -53,6 +53,7 @@
     uint64_t state;
 
     int need_next_header;
+    enum CodecID codec_id;
 } AACAC3ParseContext;
 
 int ff_aac_ac3_parse(AVCodecParserContext *s1,