comparison mxfenc.c @ 4402:671d415e1786 libavformat

free index entries
author bcoudurier
date Sun, 08 Feb 2009 04:35:36 +0000
parents 65adb9e5214f
children 39f6b190c772
comparison
equal deleted inserted replaced
4401:880838781e34 4402:671d415e1786
1370 mxf_write_partition(s, 1, 0, 0, header_closed_partition_key, 1); 1370 mxf_write_partition(s, 1, 0, 0, header_closed_partition_key, 1);
1371 } 1371 }
1372 1372
1373 ff_audio_interleave_close(s); 1373 ff_audio_interleave_close(s);
1374 1374
1375 av_freep(&mxf->index_entries);
1376
1375 mxf_free(s); 1377 mxf_free(s);
1376 return 0; 1378 return 0;
1377 } 1379 }
1378 1380
1379 static int mxf_interleave_get_packet(AVFormatContext *s, AVPacket *out, AVPacket *pkt, int flush) 1381 static int mxf_interleave_get_packet(AVFormatContext *s, AVPacket *out, AVPacket *pkt, int flush)