]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/flacenc.h
os: replace select with poll
[ffmpeg] / libavformat / flacenc.h
index a9b7f6210ac949db35ae55709111ef9519a5120f..8ad1c267ab32d8b843a8cc9e72350030711755d1 100644 (file)
 #ifndef AVFORMAT_FLACENC_H
 #define AVFORMAT_FLACENC_H
 
+#include "libavcodec/flac.h"
+#include "libavcodec/bytestream.h"
 #include "avformat.h"
 
-int ff_flac_write_header(ByteIOContext *pb, AVCodecContext *codec);
+int ff_flac_write_header(ByteIOContext *pb, AVCodecContext *codec,
+                         int last_block);
 
 #endif /* AVFORMAT_FLACENC_H */