mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-11-02 13:24:20 +08:00
use enum value for CRC error
Originally committed as revision 13580 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -32,6 +32,7 @@ typedef enum {
|
||||
AC3_PARSE_ERROR_SAMPLE_RATE = -3,
|
||||
AC3_PARSE_ERROR_FRAME_SIZE = -4,
|
||||
AC3_PARSE_ERROR_FRAME_TYPE = -5,
|
||||
AC3_PARSE_ERROR_CRC = -6,
|
||||
} AC3ParseError;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user