提交 f344ae80 编写于 作者: B Baptiste Coudurier

again 10l, typo, put_byte instead of put_buffer

Originally committed as revision 17933 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 cafdc187
......@@ -316,7 +316,7 @@ static void mxf_write_umid(AVFormatContext *s, int type)
put_buffer(s->pb, umid_ul, 13);
put_be24(s->pb, mxf->instance_number);
put_buffer(s->pb, mxf->umid, 15);
put_buffer(s->pb, mxf->umid, type);
put_byte(s->pb, type);
}
static void mxf_write_refs_count(ByteIOContext *pb, int ref_count)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册