]> git.sesse.net Git - ffmpeg/commit
segment: Pass the interrupt callback on to the chained AVFormatContext, too
authorMartin Storsjö <martin@martin.st>
Sat, 25 Feb 2012 23:35:13 +0000 (01:35 +0200)
committerMartin Storsjö <martin@martin.st>
Tue, 2 Oct 2012 20:14:07 +0000 (22:14 +0200)
commit4edb34f6cc43a64ea6582ebaf95a7e9e56cbb9af
tree0357fde5212e22b83516536ee8bf999903695acc
parent1ca3b62b10e6c174b5758f94f70f334ccf5097be
segment: Pass the interrupt callback on to the chained AVFormatContext, too

This might not be needed at the moment, but it's good practice to
pass it to all chained AVFormatContexts, if it would happen to be
used there at a later point.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/segment.c