Re: [FFmpeg-devel] [PATCH v4 2/3] avcodec/bitpacked: add interlace support

2018-04-25 Thread Rostislav Pehlivanov
On 25 April 2018 at 22:22, Patrick Keroulas < patrick.kerou...@savoirfairelinux.com> wrote: > From: Damien Riegel > > This codec is already capable of depacking some combinations of pixel > formats and depth as defined in the RFC4175. The only difference between > progressive and interlace is tha

[FFmpeg-devel] [PATCH v4 2/3] avcodec/bitpacked: add interlace support

2018-04-25 Thread Patrick Keroulas
From: Damien Riegel This codec is already capable of depacking some combinations of pixel formats and depth as defined in the RFC4175. The only difference between progressive and interlace is that either a packet will contain the whole frame, or only a field of the frame. There is no mechanism f