comparison dv.c @ 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 f174d9c00bce
children ef2e313770e0
comparison
equal deleted inserted replaced
266:8bb470d85249 267:a96788f40561
676 } 676 }
677 677
678 void dv_delete_mux(DVMuxContext *c) 678 void dv_delete_mux(DVMuxContext *c)
679 { 679 {
680 fifo_free(&c->audio_data); 680 fifo_free(&c->audio_data);
681 av_free(c);
682 } 681 }
683 682
684 DVDemuxContext* dv_init_demux(AVFormatContext *s, int vid, int aid) 683 DVDemuxContext* dv_init_demux(AVFormatContext *s, int vid, int aid)
685 { 684 {
686 DVDemuxContext *c; 685 DVDemuxContext *c;