]> git.sesse.net Git - ffmpeg/commit
lavf/rawenc: Only accept the appropriate stream type for raw muxers.
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>
Sun, 30 Jun 2019 22:37:08 +0000 (00:37 +0200)
committerJames Almer <jamrial@gmail.com>
Fri, 6 Sep 2019 19:22:44 +0000 (16:22 -0300)
commitaef24efb0c1e65097ab77a4bf9264189bdf3ace3
tree82b269981b690e645436e416e2836cf6d40c99f4
parent4857688732e27e33fac58e2bd30989f20da2f181
lavf/rawenc: Only accept the appropriate stream type for raw muxers.

This does not affect the rawvideo muxer.

Fixes ticket #7979.
libavformat/rawenc.c