]> git.sesse.net Git - ffmpeg/commit
* Make it work with sound cards (like mine) that can only capture in stereo.
authorPhilip Gladstone <philipjsg@users.sourceforge.net>
Thu, 9 May 2002 01:15:21 +0000 (01:15 +0000)
committerPhilip Gladstone <philipjsg@users.sourceforge.net>
Thu, 9 May 2002 01:15:21 +0000 (01:15 +0000)
commit1de1cce27d52c0dbb37e58976762812122c5a8c9
treeb09fb1d321d8911f6fce91b2e06fb8e448701ef9
parentf80c1ac01b0961137ea3f6fe064c04d549c657fa
* Make it work with sound cards (like mine) that can only capture in stereo.
* Add a kludge to allow the left channel to be inverted -- my tv card/sound card
  ends up with the left channel = minus right channel. Converting to mono by
  adding the channels doesn't work well.

Originally committed as revision 458 to svn://svn.ffmpeg.org/ffmpeg/trunk
libav/audio.c