Re: [FFmpeg-devel] [PATCH v1 1/3] avcodec/bitpacked: move ff_get_buffer

2018-04-11 Thread Rostislav Pehlivanov
On 10 April 2018 at 22:21, Patrick Keroulas < patrick.kerou...@savoirfairelinux.com> wrote: > From: Damien Riegel > > ff_get_buffer is used to allocate a buffer to hold frame's content. This > function was called in the function in charge of decoding an AVPacket > containing raw video with the yu

[FFmpeg-devel] [PATCH v1 1/3] avcodec/bitpacked: move ff_get_buffer

2018-04-10 Thread Patrick Keroulas
From: Damien Riegel ff_get_buffer is used to allocate a buffer to hold frame's content. This function was called in the function in charge of decoding an AVPacket containing raw video with the yuv422 pixel format and a depth of 10-bit. RFC4175 supports both progressive and interlaced mode. But t