]> git.sesse.net Git - ffmpeg/commit
lavf/mux: pass options to nested structs of priv data
authorLukasz Marek <lukasz.m.luki2@gmail.com>
Tue, 29 Apr 2014 22:00:44 +0000 (00:00 +0200)
committerLukasz Marek <lukasz.m.luki2@gmail.com>
Fri, 2 May 2014 16:04:05 +0000 (18:04 +0200)
commit330d547ef3cceb0a90b4db3bb0ea58d07dabe4d4
tree38e35713fe24f0da5f1c8b3e253f38d4ff9400f4
parentba52fb11dc6305ec2ded10ad172ebb28e6583038
lavf/mux: pass options to nested structs of priv data

This commit allows to benefit from implementing child_next
callback for muxers' AVClasses.
Without that, options cannot be set in nested structs.

Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
libavformat/mux.c