diff nut.h @ 5738:7152149eb03f libavformat

Plug memory leak in NUT muxer and demuxer
author vitor
date Wed, 03 Mar 2010 17:31:24 +0000
parents 6b9c2a6d8fa4
children dbbcecb1a0dd
line wrap: on
line diff
--- a/nut.h	Wed Mar 03 17:26:00 2010 +0000
+++ b/nut.h	Wed Mar 03 17:31:24 2010 +0000
@@ -110,6 +110,7 @@
 int ff_nut_sp_pos_cmp(Syncpoint *a, Syncpoint *b);
 int ff_nut_sp_pts_cmp(Syncpoint *a, Syncpoint *b);
 void ff_nut_add_sp(NUTContext *nut, int64_t pos, int64_t back_ptr, int64_t ts);
+void ff_nut_free_sp(NUTContext *nut);
 
 extern const Dispositions ff_nut_dispositions[];