Browse Source

lavd/alsa: Double maximum alsa buffer size.

Fixes recording from ATI Wonder 600 USB adapter, regression since e35c674d.

Reported and analyzed by: Marco Paolieri, paolieri at gmail
tags/n4.0
Carl Eugen Hoyos 7 years ago
parent
commit
b7324950c0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavdevice/alsa.h

+ 1
- 1
libavdevice/alsa.h View File

@@ -43,7 +43,7 @@

typedef void (*ff_reorder_func)(const void *, void *, int);

#define ALSA_BUFFER_SIZE_MAX 65536
#define ALSA_BUFFER_SIZE_MAX 131072

typedef struct AlsaData {
AVClass *class;


Loading…
Cancel
Save