On Wed, 2017-06-21 at 22:28 +0200, Paul B Mahol wrote:
>
>
> Checks only for 2 bytes.
>
> >
> > +send_buffer = AV_RL8(avpkt->data);
> > +
> > /* decoding map contains 4 bits of information per 8x8 block
> > */
> > -s->decoding_map_size = AV_RL16(avpkt->data);
> > +s->decoding_m
On 6/20/17, Hein-Pieter van Braam wrote:
> Interplay MVE movies have a SEND_BUFFER operation. Only after this
> command does the current decoding buffer get displayed. This is required
> for the other frame formats. They are fixed-size and can't always encode
> a full frame worth of pixeldata.
>
>
Interplay MVE movies have a SEND_BUFFER operation. Only after this
command does the current decoding buffer get displayed. This is required
for the other frame formats. They are fixed-size and can't always encode
a full frame worth of pixeldata.
This code prevents half-finished frames from being e