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

2018-04-25 Thread Rostislav Pehlivanov
On 25 April 2018 at 22:22, 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 v4 1/3] avcodec/bitpacked: move ff_get_buffer

2018-04-25 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