diff options
author | Bartlomiej Wolowiec <bartek.wolowiec@gmail.com> | 2008-03-24 21:25:49 +0000 |
---|---|---|
committer | Bartlomiej Wolowiec <bartek.wolowiec@gmail.com> | 2008-03-24 21:25:49 +0000 |
commit | 4e6eeaf01968a22748e27590d29f343323cca9c6 (patch) | |
tree | b4c32d09b5b6a3dddf4fd6a917289f7ed7b56b80 /libavcodec/ac3_parser.h | |
parent | b4e806b2b9696443954de88e54ea583d705bcd24 (diff) | |
download | ffmpeg-4e6eeaf01968a22748e27590d29f343323cca9c6.tar.gz |
using stream type in eac3 parser
Originally committed as revision 12570 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ac3_parser.h')
-rw-r--r-- | libavcodec/ac3_parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/ac3_parser.h b/libavcodec/ac3_parser.h index ffac6190f8..f82be029fb 100644 --- a/libavcodec/ac3_parser.h +++ b/libavcodec/ac3_parser.h @@ -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; /** |