OSDN Git Service

lavf/concatdec: do not transfer custom IO flag
authorClément Bœsch <cboesch@gopro.com>
Mon, 22 May 2017 14:55:28 +0000 (16:55 +0200)
committerClément Bœsch <cboesch@gopro.com>
Mon, 22 May 2017 14:55:30 +0000 (16:55 +0200)
commit0dcac9c3f0f8f32009098edb704fac4b08bac951
treee83fbf11cb4c85376ef324efb669167e02d3076b
parent9fb293cfd8b758b98f1f535a2867c7bf3a324af6
lavf/concatdec: do not transfer custom IO flag

If the source is using a custom IO, setting this flag causes heavy leaks
since the segments will not have their avio context closed.

Regression since f5da453b068f55d335ca403d2e2b4dd2ac3d4331.
libavformat/concatdec.c