[SCM] libav/experimental: again 10l, typo, put_byte instead of put_buffer

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:41:08 UTC 2013


The following commit has been merged in the experimental branch:
commit f344ae8096151e7e1b9800239ba8ae30d467279c
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Wed Mar 11 06:48:02 2009 +0000

    again 10l, typo, put_byte instead of put_buffer
    
    Originally committed as revision 17933 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/mxfenc.c b/libavformat/mxfenc.c
index 8a0f0fc..0f3a1b3 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)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list