diff raw.h @ 4610:41542d2edcf4 libavformat

Separate the raw FLAC demuxer from raw.c and put in a new file, flacdec.c.
author jbr
date Sat, 28 Feb 2009 17:24:46 +0000
parents 1b6245500d8c
children 61cc005602fc
line wrap: on
line diff
--- a/raw.h	Sat Feb 28 16:02:29 2009 +0000
+++ b/raw.h	Sat Feb 28 17:24:46 2009 +0000
@@ -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 */