# HG changeset patch # User michael # Date 1211547812 0 # Node ID 36646f18cd528cd533c1a2403240128f3bd639a6 # Parent 56b8145afb23ef6d38947cac43692eef47ead8d6 remove useless title check diff -r 56b8145afb23 -r 36646f18cd52 utils.c --- a/utils.c Fri May 23 13:03:04 2008 +0000 +++ b/utils.c Fri May 23 13:03:32 2008 +0000 @@ -2251,7 +2251,6 @@ } if(chapter->title) av_free(chapter->title); - if (title) chapter->title = av_strdup(title); chapter->id = id; chapter->start = start;