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
doc/examples: add missing math.h include in decoding/encoding example.
The header is required for the sin() function.
tags/n0.11
Clément Bœsch
13 years ago
parent
2f197a20cf
commit
072c2c08bf
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
doc/examples/decoding_encoding.c
+ 2
- 0
doc/examples/decoding_encoding.c
View File
@@ -29,6 +29,8 @@
* format handling
*/
#include <math.h>
#include "libavutil/imgutils.h"
#include "libavutil/opt.h"
#include "libavcodec/avcodec.h"
Write
Preview
Loading…
Cancel
Save