diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-03-12 00:54:14 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-03-12 00:54:14 +0100 |
commit | 6f4cda4a6b66cb3882c63e18a35937284c446c44 (patch) | |
tree | 1bac689aad04b29e0e205bfc693c29da7e7ab582 | |
parent | 98b0751e895e6065cfae65008bee402481a4158c (diff) | |
download | ffmpeg-6f4cda4a6b66cb3882c63e18a35937284c446c44.tar.gz |
Update for 0.7.17n0.7.17
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | Doxyfile | 2 | ||||
-rw-r--r-- | RELEASE | 2 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | cmdutils.c | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -31,7 +31,7 @@ PROJECT_NAME = FFmpeg # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.7.16 +PROJECT_NUMBER = 0.7.17 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. @@ -1 +1 @@ -0.7.16 +0.7.17 @@ -1 +1 @@ -0.7.16 +0.7.17 diff --git a/cmdutils.c b/cmdutils.c index b919bae92e..21922ae304 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -57,7 +57,7 @@ AVFormatContext *avformat_opts; struct SwsContext *sws_opts; AVDictionary *format_opts, *video_opts, *audio_opts, *sub_opts; -static const int this_year = 2013; +static const int this_year = 2015; void init_opts(void) { |