Mercurial > mplayer.hg
comparison libvo/vo_svga.c @ 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 | bf2c01c5e9dc |
children | d40f2b686846 |
comparison
equal
deleted
inserted
replaced
1361:c9d6ed128abd | 1362:11673118f37f |
---|