# HG changeset patch # User romansh # Date 1065051286 0 # Node ID a96788f405612996aff3c3cf930f81582a61c4c6 # Parent 8bb470d85249d495d252be45ea2573671de853b9 * preAlpha DV encoding support -- there's still a truckload of work to do, but it least people can try it out and share ideas. Please don't hesitate to give it a spin: $ ffmpeg -i file.avi file.dv is all you need. * fix for a deallocation bug in DV muxer diff -r 8bb470d85249 -r a96788f40561 dv.c --- a/dv.c Wed Oct 01 04:39:38 2003 +0000 +++ b/dv.c Wed Oct 01 23:34:46 2003 +0000 @@ -678,7 +678,6 @@ void dv_delete_mux(DVMuxContext *c) { fifo_free(&c->audio_data); - av_free(c); } DVDemuxContext* dv_init_demux(AVFormatContext *s, int vid, int aid)