Commit 072c2c08 authored by Clément Bœsch's avatar Clément Bœsch

doc/examples: add missing math.h include in decoding/encoding example.

The header is required for the sin() function.
parent 2f197a20
......@@ -29,6 +29,8 @@
* format handling
*/
#include <math.h>
#include "libavutil/imgutils.h"
#include "libavutil/opt.h"
#include "libavcodec/avcodec.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment