On Sat, Mar 1, 2014 at 7:17 PM, Luca Barbato <[email protected]> wrote:
> On 01/03/14 18:22, Vittorio Giovara wrote:
>> first_field is always 0 and the code always return from that condition.
>
> s->first_field_band you mean?
No I mean first_field in the ff_draw_horiz_band() function, which
calls ff_draw_horiz_band() which has
if(field_pic && first_field &&
!(avctx->slice_flags&SLICE_FLAG_ALLOW_FIELD)) return;
at the beginning and first_field is always 0, turning this hairy chain
into a noop.
Vittorio
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel