[FFmpeg-cvslog] imgutils: Do not declare avpriv_set_systematic_pal2 in the public header

Diego Biurrun git at videolan.org
Mon Aug 4 12:49:40 CEST 2014


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sun Aug  3 11:06:06 2014 -0700| [bb41115d56930b9f5d59e79dca254d1201246967] | committer: Diego Biurrun

imgutils: Do not declare avpriv_set_systematic_pal2 in the public header

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bb41115d56930b9f5d59e79dca254d1201246967
---

 libavutil/imgutils.h |    2 --
 libavutil/internal.h |    3 +++
 libavutil/version.h  |    2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/libavutil/imgutils.h b/libavutil/imgutils.h
index 313037a..50fa815 100644
--- a/libavutil/imgutils.h
+++ b/libavutil/imgutils.h
@@ -143,8 +143,6 @@ int av_image_check_size(unsigned int w, unsigned int h, int log_offset, void *lo
  */
 int av_image_check_sar(unsigned int w, unsigned int h, AVRational sar);
 
-int avpriv_set_systematic_pal2(uint32_t pal[256], enum AVPixelFormat pix_fmt);
-
 /**
  * @}
  */
diff --git a/libavutil/internal.h b/libavutil/internal.h
index 210c524..067c6ca 100644
--- a/libavutil/internal.h
+++ b/libavutil/internal.h
@@ -37,6 +37,7 @@
 #include "config.h"
 #include "attributes.h"
 #include "dict.h"
+#include "pixfmt.h"
 
 #if ARCH_X86
 #   include "x86/emms.h"
@@ -219,4 +220,6 @@ void avpriv_request_sample(void *avc,
  */
 int avpriv_open(const char *filename, int flags, ...);
 
+int avpriv_set_systematic_pal2(uint32_t pal[256], enum AVPixelFormat pix_fmt);
+
 #endif /* AVUTIL_INTERNAL_H */
diff --git a/libavutil/version.h b/libavutil/version.h
index 820fdc6..c5bd927 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -55,7 +55,7 @@
 
 #define LIBAVUTIL_VERSION_MAJOR 53
 #define LIBAVUTIL_VERSION_MINOR 20
-#define LIBAVUTIL_VERSION_MICRO  0
+#define LIBAVUTIL_VERSION_MICRO  1
 
 #define LIBAVUTIL_VERSION_INT   AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
                                                LIBAVUTIL_VERSION_MINOR, \



More information about the ffmpeg-cvslog mailing list