diff raw.h @ 6429:3e32902d7025 libavformat

move DTS demuxer to its own file
author aurel
date Sun, 29 Aug 2010 19:00:40 +0000
parents 61cc005602fc
children d3a51b32b769
line wrap: on
line diff
--- a/raw.h	Sun Aug 29 18:33:39 2010 +0000
+++ b/raw.h	Sun Aug 29 19:00:40 2010 +0000
@@ -31,4 +31,6 @@
 
 int ff_raw_read_partial_packet(AVFormatContext *s, AVPacket *pkt);
 
+int ff_raw_audio_read_header(AVFormatContext *s, AVFormatParameters *ap);
+
 #endif /* AVFORMAT_RAW_H */