Browse Source

100l

Originally committed as revision 1667 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 22 years ago
parent
commit
49313ba4c1
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavcodec/avcodec.h

+ 2
- 2
libavcodec/avcodec.h View File

@@ -15,8 +15,8 @@ extern "C" {

#define LIBAVCODEC_VERSION_INT 0x000406
#define LIBAVCODEC_VERSION "0.4.6"
#define LIBAVCODEC_BUILD 4661
#define LIBAVCODEC_BUILD_STR "4661"
#define LIBAVCODEC_BUILD 4662
#define LIBAVCODEC_BUILD_STR "4662"

#define LIBAVCODEC_IDENT "FFmpeg" LIBAVCODEC_VERSION "b" LIBAVCODEC_BUILD_STR



Loading…
Cancel
Save