"Ronald S. Bultje" <[email protected]> writes:

>> @@ -389,19 +371,6 @@ static int tta_decode_frame(AVCodecContext *avctx,
>>             }
>>             *predictor = *p;
>>
>> -#if 0
>> -            // extract 32bit float from last two int samples
>> -            if (s->is_float && ((p - data) & 1)) {
>
> I'm not sure what this is so don't feel competent to review.

It seems to be constructing a float from some pieces.  It's a bit hard
to tell exactly what it does since this is the only reference to SWAP16
anywhere in the code.

That bit of code appears to a fragment of some incomplete support of a
different coding mode.  I think it's safe to remove.

-- 
Måns Rullgård
[email protected]
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to