mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02: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>
|
||||
|
||||
typedef struct SampleFmtInfo {
|
||||
char name[4];
|
||||
char name[8];
|
||||
int bits;
|
||||
int planar;
|
||||
enum AVSampleFormat altform; ///< planar<->packed alternative form
|
||||
|
Loading…
Reference in New Issue
Block a user