git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
init buffer
[ffmpeg.git]
/
libavformat
/
gxfenc.c
diff --git
a/libavformat/gxfenc.c
b/libavformat/gxfenc.c
index
2ce99e0
..
8ae6193
100644
(file)
--- a/
libavformat/gxfenc.c
+++ b/
libavformat/gxfenc.c
@@
-492,6
+492,7
@@
static int gxf_write_umf_media_description(ByteIOContext *pb, GXFContext *ctx)
offset_t startpos, curpos;
int path_size = strlen(ES_NAME_PATTERN);
+ memset(buffer, 0, 88);
startpos = url_ftell(pb);
put_le16(pb, 0); /* length */
put_le16(pb, sc->media_info);