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:
Giorgio Vazzana 2011-12-03 00:10:56 +01:00 committed by Michael Niedermayer
parent b552e3f6d8
commit 208bcc6b5b
1 changed files with 1 additions and 1 deletions

View File

@ -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