diff --git a/libavformat/asf.c b/libavformat/asf.c index b356a34459..ae84ba2253 100644 --- 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