comparison mlp.h @ 9201:753780c4875e libavcodec

truehd: support up to 3 substreams.
author ramiro
date Fri, 20 Mar 2009 13:02:15 +0000
parents 18737839ed27
children 41e285948ffc
comparison
equal deleted inserted replaced
9200:7b62de9c383d 9201:753780c4875e
32 /** Maximum number of matrices used in decoding; most streams have one matrix 32 /** Maximum number of matrices used in decoding; most streams have one matrix
33 * per output channel, but some rematrix a channel (usually 0) more than once. 33 * per output channel, but some rematrix a channel (usually 0) more than once.
34 */ 34 */
35 #define MAX_MATRICES 15 35 #define MAX_MATRICES 15
36 36
37 /** Maximum number of substreams that can be decoded. This could also be set 37 /** Maximum number of substreams that can be decoded.
38 * higher, but I haven't seen any examples with more than two. 38 * MLP's limit is 2. TrueHD supports at least up to 3.
39 */ 39 */
40 #define MAX_SUBSTREAMS 2 40 #define MAX_SUBSTREAMS 3
41 41
42 /** maximum sample frequency seen in files */ 42 /** maximum sample frequency seen in files */
43 #define MAX_SAMPLERATE 192000 43 #define MAX_SAMPLERATE 192000
44 44
45 /** maximum number of audio samples within one access unit */ 45 /** maximum number of audio samples within one access unit */