From 81f052cb7dc3f6c6b8192436dbbaff6d1f2bf676 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Sat, 28 Feb 2009 17:24:46 +0000 Subject: Separate the raw FLAC demuxer from raw.c and put in a new file, flacdec.c. Originally committed as revision 17660 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/raw.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavformat/raw.h') diff --git a/libavformat/raw.h b/libavformat/raw.h index ce3e45c932..497c8be644 100644 --- a/libavformat/raw.h +++ b/libavformat/raw.h @@ -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 */ -- cgit v1.2.3