diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-10-04 13:41:04 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-10-04 13:41:04 +0000 |
commit | bc12b3b11bc814f6e3f788d38de29f743d31f644 (patch) | |
tree | dc22d6b62c540718cc07e700502d5daf1d760ddc /libavcore/avcore.h | |
parent | 6b4ed22f7512056f47bc7f39cd16bbbb83b2781d (diff) | |
download | ffmpeg-bc12b3b11bc814f6e3f788d38de29f743d31f644.tar.gz |
Use av_parse_and_eval_expr() in av_parse_video_rate(), simplify.
Originally committed as revision 25333 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcore/avcore.h')
-rw-r--r-- | libavcore/avcore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcore/avcore.h b/libavcore/avcore.h index d73572e274..a77bab84f1 100644 --- a/libavcore/avcore.h +++ b/libavcore/avcore.h @@ -28,7 +28,7 @@ #define LIBAVCORE_VERSION_MAJOR 0 #define LIBAVCORE_VERSION_MINOR 9 -#define LIBAVCORE_VERSION_MICRO 0 +#define LIBAVCORE_VERSION_MICRO 1 #define LIBAVCORE_VERSION_INT AV_VERSION_INT(LIBAVCORE_VERSION_MAJOR, \ LIBAVCORE_VERSION_MINOR, \ |