mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-25 00:06:58 +00:00
libavutil: increase struct SampleFmtInfo member 'name' length to 8
This is necessary since some sample format names are longer than 3 characters. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
b552e3f6d8
commit
208bcc6b5b
@ -23,7 +23,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
typedef struct SampleFmtInfo {
|
typedef struct SampleFmtInfo {
|
||||||
char name[4];
|
char name[8];
|
||||||
int bits;
|
int bits;
|
||||||
int planar;
|
int planar;
|
||||||
enum AVSampleFormat altform; ///< planar<->packed alternative form
|
enum AVSampleFormat altform; ///< planar<->packed alternative form
|
||||||
|
Loading…
Reference in New Issue
Block a user