using stream type in eac3 parser

Originally committed as revision 12570 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Bartlomiej Wolowiec
2008-03-24 21:25:49 +00:00
parent b4e806b2b9
commit 4e6eeaf019
6 changed files with 18 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ typedef enum {
AC3_PARSE_ERROR_BSID = -2,
AC3_PARSE_ERROR_SAMPLE_RATE = -3,
AC3_PARSE_ERROR_FRAME_SIZE = -4,
AC3_PARSE_ERROR_STREAM_TYPE = -5,
} AC3ParseError;
/**