Browse Source

swscale: undo version upgrade that git merged in and that i missed

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.7.1
Michael Niedermayer 14 years ago
parent
commit
082b4f8348
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      libswscale/swscale.h

+ 3
- 3
libswscale/swscale.h View File

@@ -29,9 +29,9 @@

#include "libavutil/avutil.h"

#define LIBSWSCALE_VERSION_MAJOR 2
#define LIBSWSCALE_VERSION_MINOR 0
#define LIBSWSCALE_VERSION_MICRO 0
#define LIBSWSCALE_VERSION_MAJOR 0
#define LIBSWSCALE_VERSION_MINOR 14
#define LIBSWSCALE_VERSION_MICRO 1

#define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \
LIBSWSCALE_VERSION_MINOR, \


Loading…
Cancel
Save