]> git.sesse.net Git - ffmpeg/commit
avutil/log: fix detecting console mode on Win32
authorMarton Balint <cus@passwd.hu>
Tue, 28 Jan 2020 23:46:01 +0000 (00:46 +0100)
committerMarton Balint <cus@passwd.hu>
Sun, 9 Feb 2020 19:31:44 +0000 (20:31 +0100)
commit1b34c0690f0c159ea528c2ccd6c0811e450896b6
tree5fd23eca101a15da9a12e30601e53d96dc463252
parentbad8feb5e66618a4122c539fc7187607e989d7ed
avutil/log: fix detecting console mode on Win32

A redirected stderr can still have a valid handle.

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