diff options
author | Ivan Schreter <schreter@gmx.net> | 2009-02-18 23:46:05 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2009-02-18 23:46:05 +0000 |
commit | 6363af44da7471ba8f67ce8204b3b853a7d3cb30 (patch) | |
tree | 4fbdd61244fde1bab378d5eabf4807a23d75d7d9 /libavformat/avformat.h | |
parent | 2ea89d9274bf27419239c05182c23d30c402cb22 (diff) | |
download | ffmpeg-6363af44da7471ba8f67ce8204b3b853a7d3cb30.tar.gz |
Add key_frame to AVCodecParserContext, used in libavformat.
Initialized to -1 in parser.c for backward compatibility.
Patch by Ivan Schreter, schreter gmx net
Originally committed as revision 17442 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 3640808765..561e367a31 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -23,7 +23,7 @@ #define LIBAVFORMAT_VERSION_MAJOR 52 #define LIBAVFORMAT_VERSION_MINOR 29 -#define LIBAVFORMAT_VERSION_MICRO 0 +#define LIBAVFORMAT_VERSION_MICRO 1 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ LIBAVFORMAT_VERSION_MINOR, \ |