Commit feb62014 authored by bcoudurier's avatar bcoudurier

again 10l, typo, put_byte instead of put_buffer

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17933 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f59a59b9
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment