summaryrefslogtreecommitdiff
path: root/libavformat/raw.h
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2009-02-28 17:24:46 +0000
committerJustin Ruggles <justin.ruggles@gmail.com>2009-02-28 17:24:46 +0000
commit81f052cb7dc3f6c6b8192436dbbaff6d1f2bf676 (patch)
treeb6d38d98a70db4b69b10cc5947cbe41e66a3d355 /libavformat/raw.h
parent2d243fb3fc9bd39787c5f91268e375931c50eb22 (diff)
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
Diffstat (limited to 'libavformat/raw.h')
-rw-r--r--libavformat/raw.h2
1 files changed, 2 insertions, 0 deletions
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 */