comparison raw.h @ 6425:61cc005602fc libavformat

move id roq muxer to its own file
author aurel
date Sun, 29 Aug 2010 16:35:44 +0000
parents 41542d2edcf4
children 3e32902d7025
comparison
equal deleted inserted replaced
6424:6a8fc2ab012c 6425:61cc005602fc
25 #include "avformat.h" 25 #include "avformat.h"
26 26
27 int pcm_read_seek(AVFormatContext *s, 27 int pcm_read_seek(AVFormatContext *s,
28 int stream_index, int64_t timestamp, int flags); 28 int stream_index, int64_t timestamp, int flags);
29 29
30 int ff_raw_write_packet(AVFormatContext *s, AVPacket *pkt);
31
30 int ff_raw_read_partial_packet(AVFormatContext *s, AVPacket *pkt); 32 int ff_raw_read_partial_packet(AVFormatContext *s, AVPacket *pkt);
31 33
32 #endif /* AVFORMAT_RAW_H */ 34 #endif /* AVFORMAT_RAW_H */