Commit 208bcc6b authored by Giorgio Vazzana's avatar Giorgio Vazzana Committed by Michael Niedermayer

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: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent b552e3f6
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment