diff avformat.h @ 4488:724c0f6a52dc libavformat

Rename register_protocol() to av_register_protocol() and deprecate register_protocol().
author stefano
date Sun, 15 Feb 2009 14:25:23 +0000
parents fde631f0bc67
children 26982fb2d510
line wrap: on
line diff
--- a/avformat.h	Sun Feb 15 14:13:28 2009 +0000
+++ b/avformat.h	Sun Feb 15 14:25:23 2009 +0000
@@ -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, \