diff raw.h @ 6445:4aaed59641ff libavformat

move pcm demuxers to their own file
author aurel
date Mon, 30 Aug 2010 21:17:34 +0000
parents d3a51b32b769
children
line wrap: on
line diff
--- a/raw.h	Mon Aug 30 16:43:33 2010 +0000
+++ b/raw.h	Mon Aug 30 21:17:34 2010 +0000
@@ -24,10 +24,9 @@
 
 #include "avformat.h"
 
-int pcm_read_seek(AVFormatContext *s,
-                  int stream_index, int64_t timestamp, int flags);
+int ff_raw_write_packet(AVFormatContext *s, AVPacket *pkt);
 
-int ff_raw_write_packet(AVFormatContext *s, AVPacket *pkt);
+int ff_raw_read_header(AVFormatContext *s, AVFormatParameters *ap);
 
 int ff_raw_read_partial_packet(AVFormatContext *s, AVPacket *pkt);