diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-02-15 14:25:23 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-02-15 14:25:23 +0000 |
commit | 65c40e4e3a4d736632820b1a8e80a5d0c4fb31de (patch) | |
tree | 4e474cb8746e9ebc2864a06af7446d07138d0b62 /libavformat/avformat.h | |
parent | 54b4ea57fdffd147eafafda27d3b46692c3a5a79 (diff) | |
download | ffmpeg-65c40e4e3a4d736632820b1a8e80a5d0c4fb31de.tar.gz |
Rename register_protocol() to av_register_protocol() and deprecate
register_protocol().
Originally committed as revision 17322 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 49f37e4e71..d107fafa8d 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -22,7 +22,7 @@ #define AVFORMAT_AVFORMAT_H #define LIBAVFORMAT_VERSION_MAJOR 52 -#define LIBAVFORMAT_VERSION_MINOR 28 +#define LIBAVFORMAT_VERSION_MINOR 29 #define LIBAVFORMAT_VERSION_MICRO 0 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ |