[FFmpeg-devel] rmdec.c: add SIPR codec try #2

Ronald S. Bultje rsbultje
Tue Mar 17 21:40:28 CET 2009


Hi,

On Tue, Mar 17, 2009 at 4:31 PM, Reimar D?ffinger
<Reimar.Doeffinger at gmx.de> wrote:
> On Tue, Mar 17, 2009 at 04:15:19PM -0400, Ronald S. Bultje wrote:
>> Second if: i&1 and !(o&1) after first iteration: !(i&1) and o&1
>> Last (else): !(i&1) and o&1 after first iteration: i&1 and !(o&1)
>
> So either it breaks right after the first iteration or you don't need
> one case.

Holy shit, how did that work? :-).

Ronald




More information about the ffmpeg-devel mailing list