Browse Source

Bump micro version, related to r28491.

See the thread:
"[FFmpeg-devel] [PATCH] Explicitely declare {dst, src}Format sws_get*Context() params as enum PixelFormat".

Originally committed as revision 28536 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
tags/v0.5
Stefano Sabatini 17 years ago
parent
commit
70bf0416cf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libswscale/swscale.h

+ 1
- 1
libswscale/swscale.h View File

@@ -31,7 +31,7 @@

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

#define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \
LIBSWSCALE_VERSION_MINOR, \


Loading…
Cancel
Save