[FFmpeg-soc] [soc]: r2021?-?in?eac3:?ac3dec.h?ac3dec_data.c?ac3dec_data.h eac3dec.c
Bartlomiej Wolowiec
bartek.wolowiec at gmail.com
Fri Mar 28 21:01:44 CET 2008
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
More information about the FFmpeg-soc
mailing list