Browse Source

lswr: Allow 64 channels internally.

tags/n2.8
Carl Eugen Hoyos 10 years ago
parent
commit
a77401e1f7
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      libswresample/swresample_internal.h
  2. +1
    -1
      libswresample/version.h

+ 1
- 1
libswresample/swresample_internal.h View File

@@ -25,7 +25,7 @@
#include "libavutil/channel_layout.h"
#include "config.h"

#define SWR_CH_MAX 32
#define SWR_CH_MAX 64

#define SQRT3_2 1.22474487139158904909 /* sqrt(3/2) */



+ 1
- 1
libswresample/version.h View File

@@ -30,7 +30,7 @@

#define LIBSWRESAMPLE_VERSION_MAJOR 1
#define LIBSWRESAMPLE_VERSION_MINOR 2
#define LIBSWRESAMPLE_VERSION_MICRO 100
#define LIBSWRESAMPLE_VERSION_MICRO 101

#define LIBSWRESAMPLE_VERSION_INT AV_VERSION_INT(LIBSWRESAMPLE_VERSION_MAJOR, \
LIBSWRESAMPLE_VERSION_MINOR, \


Loading…
Cancel
Save