[FFmpeg-cvslog] lavc: drop ff_pixfmt_list_420

Reimar Döffinger Reimar.Doeffinger at gmx.de
Mon Mar 24 08:17:55 CET 2014



On 23.03.2014, at 04:05, git at videolan.org (Vittorio Giovara) wrote:

> ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Mon Mar 17 18:03:47 2014 +0100| [6f6c0294646bf992abd670d4c5c53c15a38346fd] | committer: Vittorio Giovara
> 
> lavc: drop ff_pixfmt_list_420

Does anyone know the reason/advantage of this?
It should have a minor disadvantage as most (all?) compilers do not manage to put the literals into .rodata, which then in turn means they cannot be shared, causing a small increase of memory usage.
Probably not relevant, but since there's no info about why in the commit message...


More information about the ffmpeg-cvslog mailing list