comparison ac3_parser.h @ 6540:b0d44aec1ec0 libavcodec

change name from stream type to frame type in AC3 code
author bwolowiec
date Fri, 28 Mar 2008 20:42:55 +0000
parents 5542d0c04a55
children a409fbf1f42b
comparison
equal deleted inserted replaced
6539:04763b6fd4f0 6540:b0d44aec1ec0
28 typedef enum { 28 typedef enum {
29 AC3_PARSE_ERROR_SYNC = -1, 29 AC3_PARSE_ERROR_SYNC = -1,
30 AC3_PARSE_ERROR_BSID = -2, 30 AC3_PARSE_ERROR_BSID = -2,
31 AC3_PARSE_ERROR_SAMPLE_RATE = -3, 31 AC3_PARSE_ERROR_SAMPLE_RATE = -3,
32 AC3_PARSE_ERROR_FRAME_SIZE = -4, 32 AC3_PARSE_ERROR_FRAME_SIZE = -4,
33 AC3_PARSE_ERROR_STREAM_TYPE = -5, 33 AC3_PARSE_ERROR_FRAME_TYPE = -5,
34 } AC3ParseError; 34 } AC3ParseError;
35 35
36 /** 36 /**
37 * Parses AC-3 frame header. 37 * Parses AC-3 frame header.
38 * Parses the header up to the lfeon element, which is the first 52 or 54 bits 38 * Parses the header up to the lfeon element, which is the first 52 or 54 bits