summaryrefslogtreecommitdiff
path: root/libavcodec/ac3_parser.h
diff options
context:
space:
mode:
authorBartlomiej Wolowiec <bartek.wolowiec@gmail.com>2008-03-28 20:42:55 +0000
committerBartlomiej Wolowiec <bartek.wolowiec@gmail.com>2008-03-28 20:42:55 +0000
commit79b25a27b823f8ca7c21b00e5ec381507a3ba4a0 (patch)
tree55d3b1ef9e90cc59314727e3aa4ec0957cfc408c /libavcodec/ac3_parser.h
parentbe1e2a2bfa592ff14355c6b97e90c530e2c0fcc0 (diff)
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.h2
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;
/**