[FFmpeg-devel] [PATCH] Escape 124 (RPL) decoder rev5

Mike Melanson mike
Mon Mar 31 16:14:13 CEST 2008


Robert Swain wrote:
> On 30/03/2008, Michael Niedermayer <michaelni at gmx.at> wrote:
>> On Sat, Mar 29, 2008 at 08:38:02PM -0700, Eli Friedman wrote:
>>  > Per subject, fifth revision of Escape 124 decoder.
>>
>> looks ok
> 
> Applied.

This breaks compilation under gcc 2.95.3. The offending line is the
blocks member of the CodeBook structure:

typedef struct CodeBook {
    unsigned depth;
    unsigned size;
    MacroBlock blocks[];
} CodeBook;

The error is: "field `blocks' has incomplete type".

-- 
	-Mike Melanson




More information about the ffmpeg-devel mailing list