1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-28 20:53:54 +02:00
FFmpeg/doc/examples
Clément Bœsch 072c2c08bf doc/examples: add missing math.h include in decoding/encoding example.
The header is required for the sin() function.
2012-05-12 17:59:41 +02:00
..
decoding_encoding.c doc/examples: add missing math.h include in decoding/encoding example. 2012-05-12 17:59:41 +02:00
filtering_audio.c examples/filtering_audio: use av_buffersrc_add_frame. 2012-05-04 23:26:41 +02:00
filtering_video.c
Makefile doc/examples: link decoding_encoding and muxing with math lib. 2012-05-12 17:59:41 +02:00
metadata.c
muxing.c