[FFmpeg-soc] [soc]: r2021 - in eac3: ac3dec.h ac3dec_data.c ac3dec_data.h eac3dec.c

Bartlomiej Wolowiec bartek.wolowiec at gmail.com
Tue Mar 18 00:14:19 CET 2008


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



More information about the FFmpeg-soc mailing list