doc/examples/decode_filter_audio: remove unused unistd.h include

Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
This commit is contained in:
Kacper Michajłow
2025-08-11 20:25:20 +02:00
parent 1a1377c53d
commit 5a768e8dd0

View File

@@ -30,8 +30,6 @@
* file to be played with ffplay.
*/
#include <unistd.h>
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
#include <libavfilter/buffersink.h>