mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
8b4b1c1eea
commit
2f4a1bb9bf
|
@ -58,7 +58,7 @@
|
||||||
struct SwsContext *sws_opts;
|
struct SwsContext *sws_opts;
|
||||||
AVDictionary *format_opts, *codec_opts, *resample_opts;
|
AVDictionary *format_opts, *codec_opts, *resample_opts;
|
||||||
|
|
||||||
static const int this_year = 2015;
|
static const int this_year = 2016;
|
||||||
|
|
||||||
void init_opts(void)
|
void init_opts(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue