diff avcodec.h @ 8327:54ff3a76b736 libavcodec

Remove set_all_opt() and its use in av_set_string2(). Make av_set_string() and av_set_string2() do not accept as parameter the name of a named constant. This avoids av_set_string2() and av_set_string() to misbehave when there is an option and a named constant with the same name. See the thread: "[PATCH] Remove libavcodec/opt.c:set_all_opt()".
author stefano
date Sun, 14 Dec 2008 21:34:12 +0000
parents 678c7604463e
children 2e654989814e
line wrap: on
line diff
--- a/avcodec.h	Sun Dec 14 20:04:41 2008 +0000
+++ b/avcodec.h	Sun Dec 14 21:34:12 2008 +0000
@@ -31,7 +31,7 @@
 
 #define LIBAVCODEC_VERSION_MAJOR 52
 #define LIBAVCODEC_VERSION_MINOR  6
-#define LIBAVCODEC_VERSION_MICRO  2
+#define LIBAVCODEC_VERSION_MICRO  3
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
                                                LIBAVCODEC_VERSION_MINOR, \