[FFmpeg-soc] [PATCH] cosmetics, rename variable, parenthese placement

Ramiro Polla ramiro.polla at gmail.com
Fri Apr 2 01:40:38 CEST 2010


On Thu, Apr 1, 2010 at 7:19 PM, Stefano Sabatini
<stefano.sabatini-lala at poste.it> wrote:
> Having a sane sane hookup *may* need some reworking on how libswscale
> deals with options, yes that would need amongst various things to move
> eval/opt code to lavu.

It would be nice to have a public context struct where options can be
passed like there is for lavc and lavf. Possibly another private
struct like we have now so we can keep changing it whenever we see fit
without breaking API/ABI. But having all parameters being passed
through function parameters and an int flag is quite awkward and
doesn't leave much room for expansion.


More information about the FFmpeg-soc mailing list