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
@ -29,6 +29,8 @@
|
||||
* format handling
|
||||
*/
|
||||
|
||||
#include <math.h>
|
||||
|
||||
#include "libavutil/imgutils.h"
|
||||
#include "libavutil/opt.h"
|
||||
#include "libavcodec/avcodec.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user