This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avformat/asfdec: do not define print_guid() to nothing
This avoid potential warnings Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.7
Michael Niedermayer
10 years ago
parent
0c015aa95c
commit
374cf93548
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/asfdec.c
+ 1
- 1
libavformat/asfdec.c
View File
@@ -148,7 +148,7 @@ static void print_guid(ff_asf_guid *g)
}
#undef PRINT_IF_GUID
#else
#define print_guid(g)
#define print_guid(g)
while(0)
#endif
static int asf_probe(AVProbeData *pd)
Write
Preview
Loading…
Cancel
Save