mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-25 04:30:02 +00:00
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
@ -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…
Reference in New Issue
Block a user