Mercurial > mplayer.hg
annotate debian/README.debian @ 1362:11673118f37f
Fix segfault in DShow video decoder. Using directshow, the
sh_video->out_out_buffer is NULL on the first few decoded frames, and is
initialized in loader/DirectShow/outputpin.cpp, method COutputPin::Receive(),
while the video is already running.
Do not try to display a frame while sh_video->out_out_buffer is still NULL.
Such a test was present in the previous to last revision of this file, but
was lost in the last revision.
author | jkeil |
---|---|
date | Fri, 20 Jul 2001 11:35:47 +0000 |
parents | 29a3f57d5e1d |
children | 3249bbc48bf9 |
rev | line source |
---|---|
18 | 1 mplayer for Debian |
2 ---------------------- | |
845
29a3f57d5e1d
spellcheck, start of integration with debian menu system, /etc/mplayer.conf
eyck
parents:
821
diff
changeset
|
3 This package is meant for users to build themselves. |
821 | 4 Recommended method is running "fakeroot debian/rules binary" in "main" directory |
5 | |
6 Dariush Pietrzak <eyck@incubus.ar.lublin.pl> Thu, 17 May 2001 13:25:12 +0200 | |
7 | |
18 | 8 |
9 Comments regarding the Package | |
10 | |
11 * TeLeNiEkO * <telenieko@telenieko.com>, Mon, 26 Feb 2001 12:24:04 +0100 |