28 Mar
2008
28 Mar
'08
7:11 p.m.
On piątek, 28 marca 2008, Michael Niedermayer wrote:
There are 3 types in EAC3 Type 0: always start a frame and may or may not have further parts following Type 1: never start a frame and may or may not have further parts following Type 2: always start a frame and never have further parts following
That is
|T0 | T0 T1 | T0 T1 T1 ... T1 | T2 |
are all and the only valid combinations accoriding to my spec
I cannot map this to your code at all
[...]
You're right I forgot about frames EAC3_STREAM_TYPE_AC3_CONVERT type, which should be given FRAME_COMPLETE flag -- Bartlomiej Wolowiec