changeset 3325:36646f18cd52 libavformat

remove useless title check
author michael
date Fri, 23 May 2008 13:03:32 +0000
parents 56b8145afb23
children 3f389c56e9d6
files utils.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;