changeset 267:a96788f40561 libavformat

* 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
author romansh
date Wed, 01 Oct 2003 23:34:46 +0000
parents 8bb470d85249
children ff7fb0eb0828
files dv.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)