Currently, I'm trying to make changes which allow opening files with more channels than 5.1. Now the decoder is written in a way, which allows ac3_decode_frame to decode one frame, but additional channels in E-AC3 are sent in separate frames. Due to this, I have a question, how to solve it: - ac3_decode_frame function should decode many frames to get complete information about outstream, or - ac3_decode_frame function should return outstream data when it is called for the first frame from the next data package?
-- Bartlomiej Wolowiec _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
