Browse Source

build num ++

Originally committed as revision 490 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Nick Kurshev 23 years ago
parent
commit
79b0d5f925
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavcodec/avcodec.h

+ 2
- 2
libavcodec/avcodec.h View File

@@ -5,8 +5,8 @@

#define LIBAVCODEC_VERSION_INT 0x000406
#define LIBAVCODEC_VERSION "0.4.6"
#define LIBAVCODEC_BUILD 4607
#define LIBAVCODEC_BUILD_STR "4607"
#define LIBAVCODEC_BUILD 4608
#define LIBAVCODEC_BUILD_STR "4608"

enum CodecID {
CODEC_ID_NONE,


Loading…
Cancel
Save