git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
typo, also fix warning: asf.c:90: warning: passing argument 2 of 'get_buffer' from...
[ffmpeg.git]
/
libavformat
/
asf.c
diff --git
a/libavformat/asf.c
b/libavformat/asf.c
index
b356a34
..
ae84ba2
100644
(file)
--- a/
libavformat/asf.c
+++ b/
libavformat/asf.c
@@
-87,7
+87,7
@@
static void print_guid(const GUID *g)
static void get_guid(ByteIOContext *s, GUID *g)
{
assert(sizeof(*g) == 16);
- get_buffer(s, g, sizeof(*g));
+ get_buffer(s,
*
g, sizeof(*g));
}
#if 0