forked from FFmpeg/FFmpeg
again 10l, typo, put_byte instead of put_buffer
Originally committed as revision 17933 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
cafdc1876a
commit
f344ae8096
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue