]> git.sesse.net Git - ffmpeg/commit
rmenc: more than 2 streams are not currently possible.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 28 Apr 2012 22:08:36 +0000 (00:08 +0200)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 29 Apr 2012 11:03:15 +0000 (13:03 +0200)
commit755667eebc0b6303814faadef047870071ccb5c6
tree1b0bf9c386af7cf027c9cc86e98a06abf8b64f4c
parent370211f4702f0b26c06bfe078c4a4da9493d1161
rmenc: more than 2 streams are not currently possible.

It is possible that just extending the RMMuxContext.streams
array would avoid it.
It is also possible that two audio streams will fail to mux
correctly as well, though at least it should not crash for
this reason.
I do not feel like checking either of these.
This patch fixes trac issue #1022 (at least it makes it
exit with a proper error message instead of crashing).

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
libavformat/rmenc.c