You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
asfdec: silence a warning
Signed-off-by: Vladimir Pantelic <vladoman@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
committed by
Anton Khirnov
parent
8658e1c682
commit
36fab50e90
@@ -112,7 +112,7 @@ static const ff_asf_guid stream_bitrate_guid = { /* (http://get.to/sdp) */
|
|||||||
if (!ff_guidcmp(g, &cmp)) \
|
if (!ff_guidcmp(g, &cmp)) \
|
||||||
av_dlog(NULL, "(GUID: %s) ", # cmp)
|
av_dlog(NULL, "(GUID: %s) ", # cmp)
|
||||||
|
|
||||||
static void print_guid(const ff_asf_guid *g)
|
static void print_guid(ff_asf_guid *g)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
PRINT_IF_GUID(g, ff_asf_header);
|
PRINT_IF_GUID(g, ff_asf_header);
|
||||||
|
Reference in New Issue
Block a user