Re: [libav-devel] [PATCH 2/8] segment: Properly create new AVStreams for the chained muxer

2012-10-04 Thread Anton Khirnov
On Thu, 04 Oct 2012 00:12:38 +0200, Luca Barbato lu_z...@gentoo.org wrote: On 10/03/2012 11:37 PM, Martin Storsjö wrote: Before, the chained muxer reused the AVStreams array from the outer muxer, which made it impossible to use the proper public functions (such as av_write_frame) when

Re: [libav-devel] [PATCH 2/8] segment: Properly create new AVStreams for the chained muxer

2012-10-04 Thread Martin Storsjö
On Thu, 4 Oct 2012, Anton Khirnov wrote: On Thu, 04 Oct 2012 00:12:38 +0200, Luca Barbato lu_z...@gentoo.org wrote: On 10/03/2012 11:37 PM, Martin Storsjö wrote: Before, the chained muxer reused the AVStreams array from the outer muxer, which made it impossible to use the proper public

Re: [libav-devel] [PATCH 2/8] segment: Properly create new AVStreams for the chained muxer

2012-10-04 Thread Anton Khirnov
On Thu, 4 Oct 2012 11:43:54 +0300 (EEST), Martin Storsjö mar...@martin.st wrote: On Thu, 4 Oct 2012, Anton Khirnov wrote: On Thu, 04 Oct 2012 00:12:38 +0200, Luca Barbato lu_z...@gentoo.org wrote: On 10/03/2012 11:37 PM, Martin Storsjö wrote: Before, the chained muxer reused the

[libav-devel] [PATCH 2/8] segment: Properly create new AVStreams for the chained muxer

2012-10-03 Thread Martin Storsjö
Before, the chained muxer reused the AVStreams array from the outer muxer, which made it impossible to use the proper public functions (such as av_write_frame) when calling the chained muxer. --- libavformat/segment.c | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-)

Re: [libav-devel] [PATCH 2/8] segment: Properly create new AVStreams for the chained muxer

2012-10-03 Thread Luca Barbato
On 10/03/2012 11:37 PM, Martin Storsjö wrote: Before, the chained muxer reused the AVStreams array from the outer muxer, which made it impossible to use the proper public functions (such as av_write_frame) when calling the chained muxer. --- libavformat/segment.c | 21