28 Mar
2008
28 Mar
'08
5:32 p.m.
On czwartek, 27 marca 2008, Michael Niedermayer wrote:
1. enum AACAC3FrameFlag{ FRAME_COMPLETE, FRAME_START, FRAME_CONTINUATION }; removal of stream_type z AACAC3ParseContext, change of int (*sync)(struct AACAC3ParseContext *hdr_info) to int (*sync)(struct AACAC3ParseContext *hdr_info, AACAC3FrameFlag *flag)
2.change of stream_type to frame_type
3.change of ff_aac_ac3_parse to make it react correctly to result returned in flag.
ok
this is the first patch: "removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlag" -- Bartlomiej Wolowiec