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
Fix segmentation fault in ffprobe
tags/n0.9
Gavin Kinsey
Diego Biurrun
14 years ago
parent
9bfa5363da
commit
c558122e4e
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
ffprobe.c
+ 1
- 0
ffprobe.c
View File
@@ -393,6 +393,7 @@ int main(int argc, char **argv)
int ret;
int ret;
av_register_all();
av_register_all();
init_opts();
#if CONFIG_AVDEVICE
#if CONFIG_AVDEVICE
avdevice_register_all();
avdevice_register_all();
#endif
#endif
Write
Preview
Loading…
Cancel
Save