28 Mar
2008
28 Mar
'08
8:01 p.m.
On piÄ…tek, 28 marca 2008, Michael Niedermayer wrote:
+typedef enum{ + /** finishes portions of data */ + FRAME_COMPLETE, + /** starts portions of data + * (if there are any frames in the buffer they're send) */ + FRAME_START, + /** continues portions of data (adds them to buffer) */ + FRAME_CONTINUATION +}AACAC3FrameFlag;
Please use: Complete frame, ends previous frame Frame start, ends previous frame Part of the previous frame
And patch ok
patch applied. -- Bartlomiej Wolowiec