Skip to content
Snippets Groups Projects
Commit 072c2c08 authored by Clément Bœsch's avatar Clément Bœsch
Browse files

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

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