1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-11 01:47:55 +02:00

cmdutils: update copyright year to 2016

CC: libav-stable@libav.org

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
Sean McGovern 2016-03-12 14:38:10 -05:00 committed by Luca Barbato
parent 8b4b1c1eea
commit 2f4a1bb9bf

View File

@ -58,7 +58,7 @@
struct SwsContext *sws_opts;
AVDictionary *format_opts, *codec_opts, *resample_opts;
static const int this_year = 2015;
static const int this_year = 2016;
void init_opts(void)
{