diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-09-25 19:23:13 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-09-25 19:23:13 +0000 |
commit | 05b90fc0c59aaac40af484f3d5a617a0404b1b4e (patch) | |
tree | bee469192cb8d4dda0b9d626a3a92830a8298b86 /libavutil/avutil.h | |
parent | 5f129a05bf69d5655ae6d6ea82ca1a97f0b1913f (diff) | |
download | ffmpeg-05b90fc0c59aaac40af484f3d5a617a0404b1b4e.tar.gz |
Implement av_nearer_q() and av_find_nearest_q_idx() functions.
Originally committed as revision 15415 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/avutil.h')
-rw-r--r-- | libavutil/avutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h index 03c5520d9b..801eb51d90 100644 --- a/libavutil/avutil.h +++ b/libavutil/avutil.h @@ -35,7 +35,7 @@ #define AV_VERSION(a, b, c) AV_VERSION_DOT(a, b, c) #define LIBAVUTIL_VERSION_MAJOR 49 -#define LIBAVUTIL_VERSION_MINOR 10 +#define LIBAVUTIL_VERSION_MINOR 11 #define LIBAVUTIL_VERSION_MICRO 0 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ |