]> git.sesse.net Git - ffmpeg/commit
avformat/img2enc: fix writing multiple streams in write_muxed_file
authorMarton Balint <cus@passwd.hu>
Thu, 26 Dec 2019 22:33:26 +0000 (23:33 +0100)
committerMarton Balint <cus@passwd.hu>
Fri, 3 Jan 2020 10:23:55 +0000 (11:23 +0100)
commitd111a41f9d5c23856ddba61f65e35f7ba534288f
tree714e5b097c76f90ecd9f0d5bc194181f4f8e2c73
parentbeb7f93b238f1b80ef0ad0e794a0f0ccc0625f03
avformat/img2enc: fix writing multiple streams in write_muxed_file

Maybe we should just reject multiple streams for the image2 muxer instead?

Signed-off-by: Marton Balint <cus@passwd.hu>
libavformat/img2enc.c