Commit cd9b2381 authored by lucabe's avatar lucabe

Use the correct size for the enc_name field (removing the arbitrary "50" size)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12645 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 087ab1f6
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
static const struct static const struct
{ {
int pt; int pt;
const char enc_name[50]; /* XXX: why 50 ? */ const char enc_name[6];
enum CodecType codec_type; enum CodecType codec_type;
enum CodecID codec_id; enum CodecID codec_id;
int clock_rate; int clock_rate;
......
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