提交 87cb0643 编写于 作者: L Luca Abeni

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

Originally committed as revision 12645 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 19faa9f4
...@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册