Skip to content
Snippets Groups Projects
Commit 208bcc6b authored by Giorgio Vazzana's avatar Giorgio Vazzana Committed by Michael Niedermayer
Browse files

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: default avatarMichael Niedermayer <michaelni@gmx.at>
parent b552e3f6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment