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
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to