Mercurial > mplayer.hg
comparison cfgparser.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 | ecb834719dc9 |
children | e89233dab4da |
comparison
equal
deleted
inserted
replaced
1361:c9d6ed128abd | 1362:11673118f37f |
---|