mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 07:40:00 +08:00
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:
@ -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;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user