Browse Source

avdevice/version: bump minor for the decklink input

Found-by: jamrial
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.5
Michael Niedermayer 11 years ago
parent
commit
f3aaec781a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavdevice/version.h

+ 1
- 1
libavdevice/version.h View File

@@ -28,7 +28,7 @@
#include "libavutil/version.h"

#define LIBAVDEVICE_VERSION_MAJOR 56
#define LIBAVDEVICE_VERSION_MINOR 0
#define LIBAVDEVICE_VERSION_MINOR 1
#define LIBAVDEVICE_VERSION_MICRO 100

#define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \


Loading…
Cancel
Save