From f344ae8096151e7e1b9800239ba8ae30d467279c Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Wed, 11 Mar 2009 06:48:02 +0000 Subject: again 10l, typo, put_byte instead of put_buffer Originally committed as revision 17933 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/mxfenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat') diff --git a/libavformat/mxfenc.c b/libavformat/mxfenc.c index 8a0f0fc6d1..0f3a1b373f 100644 --- a/libavformat/mxfenc.c +++ b/libavformat/mxfenc.c @@ -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) -- cgit v1.2.3