Mercurial > libavformat.hg
diff dv.h @ 562:bf3231dd1d7c libavformat
* static allocation for audio packets. This will make it a little bit
faster and easier to follow.
* misc. fixes for problems with seeking
| author | romansh |
|---|---|
| date | Wed, 13 Oct 2004 00:03:00 +0000 |
| parents | 252946de6d3f |
| children | da1d5db0ce5c |
line wrap: on
line diff
--- a/dv.h Tue Oct 12 12:47:49 2004 +0000 +++ b/dv.h Wed Oct 13 00:03:00 2004 +0000 @@ -27,6 +27,7 @@ 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*); typedef struct DVMuxContext DVMuxContext; DVMuxContext* dv_init_mux(AVFormatContext* s);
