Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2010-03-01 21:16:10 +0300
committerVitor Sessak <vitor1001@gmail.com>2010-03-01 21:16:10 +0300
commit8a4d067dfcb350006f27c8b053cb85bac7c99d13 (patch)
tree866d593510f6f41dd9e9a57e66e9edb0c3576dce /libavformat/nutenc.c
parent34a2d9f9af78c1b81089c891a76467a58589cf63 (diff)
Revert r22119 and partially revert 22120.
Originally committed as revision 22135 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/nutenc.c')
-rw-r--r--libavformat/nutenc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/nutenc.c b/libavformat/nutenc.c
index 8509aa2faa..0cce48dea0 100644
--- a/libavformat/nutenc.c
+++ b/libavformat/nutenc.c
@@ -799,7 +799,6 @@ static int write_trailer(AVFormatContext *s){
put_flush_packet(bc);
av_freep(&nut->stream);
av_freep(&nut->time_base);
- av_tree_destroy_free_elem(nut->syncpoints);
return 0;
}