OSDN Git Service

smoothstreamingenc: Add a missing "goto fail"
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 13 Jan 2015 23:17:52 +0000 (00:17 +0100)
committerMartin Storsjö <martin@martin.st>
Mon, 19 Jan 2015 20:31:08 +0000 (22:31 +0200)
commitea3fc9fe68752eb1b9078b28bea18a1e781d1c2c
tree8b5813c91d4a3245f567a65fe9bc6411c00ed160
parent3941df546276b190cc9362fd093e6721e8e52f50
smoothstreamingenc: Add a missing "goto fail"

This goto wasn't necessary originally, but it should have been
added when the write_manifest call was added in 8e276378.

CC: libav-stable@libav.org
Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/smoothstreamingenc.c