Re: [libav-devel] [PATCH 1/2] mpegvideo: Split picture allocation for encoding and decoding

2015-06-08 Thread Luca Barbato
On 04/06/15 17:02, Vittorio Giovara wrote: > The main ff_alloc_picture() function is made more generic with all the > parameters necessary as arguments. This will allows to move most of the > related functions to a separate file later. > > Right now wrappers are provided to try and minimize the nu

[libav-devel] [PATCH 1/2] mpegvideo: Split picture allocation for encoding and decoding

2015-06-04 Thread Vittorio Giovara
The main ff_alloc_picture() function is made more generic with all the parameters necessary as arguments. This will allows to move most of the related functions to a separate file later. Right now wrappers are provided to try and minimize the number of changes in the code. --- I missed a codec_id