Mercurial > libavcodec.hg
diff 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 |
line wrap: on
line diff
--- a/mlp.h Fri Mar 20 12:04:58 2009 +0000 +++ b/mlp.h Fri Mar 20 13:02:15 2009 +0000 @@ -34,10 +34,10 @@ */ #define MAX_MATRICES 15 -/** Maximum number of substreams that can be decoded. This could also be set - * higher, but I haven't seen any examples with more than two. +/** Maximum number of substreams that can be decoded. + * MLP's limit is 2. TrueHD supports at least up to 3. */ -#define MAX_SUBSTREAMS 2 +#define MAX_SUBSTREAMS 3 /** maximum sample frequency seen in files */ #define MAX_SAMPLERATE 192000
