summaryrefslogtreecommitdiff
path: root/libavformat/dv.h
diff options
context:
space:
mode:
authorRoman Shaposhnik <roman@shaposhnik.org>2007-01-11 22:32:19 +0000
committerRoman Shaposhnik <roman@shaposhnik.org>2007-01-11 22:32:19 +0000
commit6eb2de748d0c0ac72ff2825a367fa58f1456189a (patch)
tree6922a1051914769bcba32c421e03f6f6033bf6d9 /libavformat/dv.h
parent3dd9fa77bfec7a2ced7a2af913a1db2ddcacf577 (diff)
* Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>)
Originally committed as revision 7439 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/dv.h')
-rw-r--r--libavformat/dv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/dv.h b/libavformat/dv.h
index f39d22c9fa..2fa30036cc 100644
--- a/libavformat/dv.h
+++ b/libavformat/dv.h
@@ -29,7 +29,7 @@ typedef struct DVDemuxContext DVDemuxContext;
DVDemuxContext* dv_init_demux(AVFormatContext* s);
int dv_get_packet(DVDemuxContext*, AVPacket *);
int dv_produce_packet(DVDemuxContext*, AVPacket*, uint8_t*, int);
-void dv_flush_audio_packets(DVDemuxContext*);
+void dv_offset_reset(DVDemuxContext *c, int64_t frame_offset);
typedef struct DVMuxContext DVMuxContext;
DVMuxContext* dv_init_mux(AVFormatContext* s);