comparison 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
comparison
equal deleted inserted replaced
6428:f53a4103bec4 6429:3e32902d7025
29 29
30 int ff_raw_write_packet(AVFormatContext *s, AVPacket *pkt); 30 int ff_raw_write_packet(AVFormatContext *s, AVPacket *pkt);
31 31
32 int ff_raw_read_partial_packet(AVFormatContext *s, AVPacket *pkt); 32 int ff_raw_read_partial_packet(AVFormatContext *s, AVPacket *pkt);
33 33
34 int ff_raw_audio_read_header(AVFormatContext *s, AVFormatParameters *ap);
35
34 #endif /* AVFORMAT_RAW_H */ 36 #endif /* AVFORMAT_RAW_H */