mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-28 20:14:02 +08: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:
@ -316,7 +316,7 @@ static void mxf_write_umid(AVFormatContext *s, int type)
|
|||||||
put_buffer(s->pb, umid_ul, 13);
|
put_buffer(s->pb, umid_ul, 13);
|
||||||
put_be24(s->pb, mxf->instance_number);
|
put_be24(s->pb, mxf->instance_number);
|
||||||
put_buffer(s->pb, mxf->umid, 15);
|
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)
|
static void mxf_write_refs_count(ByteIOContext *pb, int ref_count)
|
||||||
|
Reference in New Issue
Block a user