]> git.sesse.net Git - ffmpeg/commit
lavf/segment: move list filename printing logic from segment_end() to segment_start()
authorStefano Sabatini <stefasab@gmail.com>
Fri, 13 Jan 2012 23:16:55 +0000 (00:16 +0100)
committerStefano Sabatini <stefasab@gmail.com>
Tue, 3 Jul 2012 19:48:50 +0000 (21:48 +0200)
commit4ad17bc76b70057dfebd5b0977d107546d700e0d
tree352c5cdb7aa2d0cc55b2e13f3f69b34de11a0a6c
parent71e5a14028a153867bcd267d964c8f8ebb04b22e
lavf/segment: move list filename printing logic from segment_end() to segment_start()

Allow to deal with the list file printing only in a single point, thus
simplifying logic, and allow a bit of factorization (no special case
needed when printing the first file name of the list).
libavformat/segment.c