change name from stream type to frame type in AC3 code

Originally committed as revision 12623 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Bartlomiej Wolowiec
2008-03-28 20:42:55 +00:00
parent be1e2a2bfa
commit 79b25a27b8
4 changed files with 17 additions and 17 deletions

View File

@ -30,7 +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,
AC3_PARSE_ERROR_FRAME_TYPE = -5,
} AC3ParseError;
/**