diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2010-08-29 16:35:44 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2010-08-29 16:35:44 +0000 |
commit | 54a73bb57f27ea5572f021cfa3bd045797703fe3 (patch) | |
tree | 0b61029ace4a1d8df95e6fd8a4cbd4c0d308f3b0 /libavformat/raw.h | |
parent | 49824cb66a329b1c30c76a1b26b176bedab9dcee (diff) | |
download | ffmpeg-54a73bb57f27ea5572f021cfa3bd045797703fe3.tar.gz |
move id roq muxer to its own file
Originally committed as revision 24968 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/raw.h')
-rw-r--r-- | libavformat/raw.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/raw.h b/libavformat/raw.h index 497c8be644..c0b8fb608d 100644 --- a/libavformat/raw.h +++ b/libavformat/raw.h @@ -27,6 +27,8 @@ 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_read_partial_packet(AVFormatContext *s, AVPacket *pkt); #endif /* AVFORMAT_RAW_H */ |