using stream type in eac3 parser
Originally committed as revision 12570 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user