[FFmpeg-devel] [PATCH] RTSP-MS 14/15: ASF packet parsing

Ronald S. Bultje rsbultje
Tue Feb 3 16:46:50 CET 2009


Hi,

On Tue, Feb 3, 2009 at 8:33 AM, Michael Niedermayer <michaelni at gmx.at> wrote:
>  On Tue, Feb 03, 2009 at 08:08:15AM -0500, Ronald S. Bultje wrote:
>> Hi,
> [...]
>> >> +        len_off = (get_byte(gb)<<16)|(get_byte(gb)<<8)|get_byte(gb);
>> >
>> > does this have defined behavior in C?
>>
>> Can I implement a get_[bl]e24()? I'll probably make this mistake
>
> no you cannot implement a function already existing

Oops. I'll resubmit the patch prop'ed up.

Ronald




More information about the ffmpeg-devel mailing list