mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-24 05:29:17 +00:00
doc/examples: add missing math.h include in decoding/encoding example.
The header is required for the sin() function.
This commit is contained in:
parent
2f197a20cf
commit
072c2c08bf
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@
|
|||
* format handling
|
||||
*/
|
||||
|
||||
#include <math.h>
|
||||
|
||||
#include "libavutil/imgutils.h"
|
||||
#include "libavutil/opt.h"
|
||||
#include "libavcodec/avcodec.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue