diff raw.h @ 6430:d3a51b32b769 libavformat

move ingenient demuxer to its own file
author aurel
date Sun, 29 Aug 2010 19:16:04 +0000
parents 3e32902d7025
children 4aaed59641ff
line wrap: on
line diff
--- a/raw.h	Sun Aug 29 19:00:40 2010 +0000
+++ b/raw.h	Sun Aug 29 19:16:04 2010 +0000
@@ -33,4 +33,6 @@
 
 int ff_raw_audio_read_header(AVFormatContext *s, AVFormatParameters *ap);
 
+int ff_raw_video_read_header(AVFormatContext *s, AVFormatParameters *ap);
+
 #endif /* AVFORMAT_RAW_H */