mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-06 17:29:08 +08: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:
@@ -29,6 +29,8 @@
|
||||
* format handling
|
||||
*/
|
||||
|
||||
#include <math.h>
|
||||
|
||||
#include "libavutil/imgutils.h"
|
||||
#include "libavutil/opt.h"
|
||||
#include "libavcodec/avcodec.h"
|
||||
|
Reference in New Issue
Block a user