projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b43e2c
)
remove useless title check
author
Michael Niedermayer
<michaelni@gmx.at>
Fri, 23 May 2008 13:03:32 +0000
(13:03 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Fri, 23 May 2008 13:03:32 +0000
(13:03 +0000)
Originally committed as revision 13257 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/utils.c
patch
|
blob
|
history
diff --git
a/libavformat/utils.c
b/libavformat/utils.c
index f9d50ce78609ca77fff984179fbdffef78acc306..d775a3dd69a53dba9538dcaeb8d50f55f39e2fdc 100644
(file)
--- a/
libavformat/utils.c
+++ b/
libavformat/utils.c
@@
-2251,7
+2251,6
@@
int ff_new_chapter(AVFormatContext *s, int id, int64_t start, int64_t end, const
}
if(chapter->title)
av_free(chapter->title);
- if (title)
chapter->title = av_strdup(title);
chapter->id = id;
chapter->start = start;