]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/raw.h
#include just the required stdint.h instead of libavutil/common.h.
[ffmpeg] / libavformat / raw.h
index ce3e45c93275a338186665421f7ecfa9e0de4699..497c8be6441b1f576ccb142453f0240cc6db1fc7 100644 (file)
@@ -27,4 +27,6 @@
 int pcm_read_seek(AVFormatContext *s,
                   int stream_index, int64_t timestamp, int flags);
 
+int ff_raw_read_partial_packet(AVFormatContext *s, AVPacket *pkt);
+
 #endif /* AVFORMAT_RAW_H */