diff options
author | Alex Converse <alex.converse@gmail.com> | 2009-01-07 18:10:10 +0000 |
---|---|---|
committer | Robert Swain <robert.swain@gmail.com> | 2009-01-07 18:10:10 +0000 |
commit | 11d6f38cc997d70f687a3546af896b76b447ce0d (patch) | |
tree | 73cddb91070c9d29201c425fc4dec2787fb1ad3e /libavcodec/ac3_parser.h | |
parent | 4b82e3cedcfc9871671bb613cd979de6995dcb4e (diff) | |
download | ffmpeg-11d6f38cc997d70f687a3546af896b76b447ce0d.tar.gz |
Factorise enum of AC3 error types to be usable by AAC in the ADTS patch that
will follow
Patch by Alex Converse ( alex converse gmail com )
Originally committed as revision 16479 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ac3_parser.h')
-rw-r--r-- | libavcodec/ac3_parser.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libavcodec/ac3_parser.h b/libavcodec/ac3_parser.h index fc17e8773e..0f8fc6dc0f 100644 --- a/libavcodec/ac3_parser.h +++ b/libavcodec/ac3_parser.h @@ -26,15 +26,6 @@ #include "ac3.h" #include "bitstream.h" -typedef enum { - AC3_PARSE_ERROR_SYNC = -1, - AC3_PARSE_ERROR_BSID = -2, - AC3_PARSE_ERROR_SAMPLE_RATE = -3, - AC3_PARSE_ERROR_FRAME_SIZE = -4, - AC3_PARSE_ERROR_FRAME_TYPE = -5, - AC3_PARSE_ERROR_CRC = -6, -} AC3ParseError; - /** * Parses AC-3 frame header. * Parses the header up to the lfeon element, which is the first 52 or 54 bits |