diff options
author | Bartlomiej Wolowiec <bartek.wolowiec@gmail.com> | 2008-03-28 20:42:55 +0000 |
---|---|---|
committer | Bartlomiej Wolowiec <bartek.wolowiec@gmail.com> | 2008-03-28 20:42:55 +0000 |
commit | 79b25a27b823f8ca7c21b00e5ec381507a3ba4a0 (patch) | |
tree | 55d3b1ef9e90cc59314727e3aa4ec0957cfc408c /libavcodec/ac3_parser.h | |
parent | be1e2a2bfa592ff14355c6b97e90c530e2c0fcc0 (diff) | |
download | ffmpeg-79b25a27b823f8ca7c21b00e5ec381507a3ba4a0.tar.gz |
change name from stream type to frame type in AC3 code
Originally committed as revision 12623 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ac3_parser.h')
-rw-r--r-- | libavcodec/ac3_parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ac3_parser.h b/libavcodec/ac3_parser.h index f82be029fb..1e512bf2b6 100644 --- a/libavcodec/ac3_parser.h +++ b/libavcodec/ac3_parser.h @@ -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; /** |