summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2006-08-11 21:21:51 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2006-08-11 21:21:51 +0000
commitf21c0b4c433aea33578a2f959820594c2b27ef01 (patch)
tree495f9d8ba363e47b3d6a48a669bee306f35adb7f /libavformat/avformat.h
parent069720565ce0f2cc94fa2474f30d155b2755e350 (diff)
export av_interleave_packet_per_dts
Originally committed as revision 5984 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index a71f98145c..3645fafece 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -480,6 +480,7 @@ int av_set_parameters(AVFormatContext *s, AVFormatParameters *ap);
int av_write_header(AVFormatContext *s);
int av_write_frame(AVFormatContext *s, AVPacket *pkt);
int av_interleaved_write_frame(AVFormatContext *s, AVPacket *pkt);
+int av_interleave_packet_per_dts(AVFormatContext *s, AVPacket *out, AVPacket *pkt, int flush);
int av_write_trailer(AVFormatContext *s);