mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-25 04:30:02 +00:00
rename variable
Originally committed as revision 15069 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
225c30429d
commit
851a8297e8
@ -211,10 +211,10 @@ static void mxf_write_primer_pack(AVFormatContext *s)
|
||||
}
|
||||
}
|
||||
|
||||
static void mxf_write_local_tag(ByteIOContext *pb, int value_size, int tag)
|
||||
static void mxf_write_local_tag(ByteIOContext *pb, int size, int tag)
|
||||
{
|
||||
put_be16(pb, tag);
|
||||
put_be16(pb, value_size);
|
||||
put_be16(pb, size);
|
||||
}
|
||||
|
||||
static void mxf_write_metadata_key(ByteIOContext *pb, unsigned int value)
|
||||
|
Loading…
Reference in New Issue
Block a user