[FFmpeg-devel] [PATCH] lavfi: declare arrays that never change as static const

Paul B Mahol onemda at gmail.com
Sat Dec 22 00:18:31 CET 2012


On 12/21/12, Clement Boesch <ubitux at gmail.com> wrote:
> On Fri, Dec 21, 2012 at 10:41:14PM +0000, Paul B Mahol wrote:
>> Signed-off-by: Paul B Mahol <onemda at gmail.com>
>> ---
>>  libavfilter/af_atempo.c        | 2 +-
>>  libavfilter/af_earwax.c        | 2 +-
>>  libavfilter/af_silencedetect.c | 2 +-
>>  libavfilter/af_volumedetect.c  | 2 +-
>>  libavfilter/asrc_aevalsrc.c    | 2 +-
>>  libavfilter/vf_alphaextract.c  | 4 ++--
>>  libavfilter/vf_alphamerge.c    | 4 ++--
>>  libavfilter/vf_boxblur.c       | 2 +-
>>  libavfilter/vf_delogo.c        | 2 +-
>>  libavfilter/vf_deshake.c       | 2 +-
>>  libavfilter/vf_drawbox.c       | 2 +-
>>  libavfilter/vf_overlay.c       | 8 ++++----
>>  libavfilter/vf_removelogo.c    | 2 +-
>>  libavfilter/vf_transpose.c     | 2 +-
>>  libavfilter/vf_unsharp.c       | 2 +-
>>  15 files changed, 20 insertions(+), 20 deletions(-)
>>
>
> LGTM
>

thanks, applied
> [...]
>
> --
> Clement B.
>


More information about the ffmpeg-devel mailing list