Mercurial > mplayer.hg
comparison path.h @ 33109:01b19cf2649c
Fix segfault in lavcac3enc audio filter.
The FFmpeg ac3 encoder would fail to open
if the correct sample format is not set.
As the opening is done in control()
the audio filter would not fail back,
but would instead continue and call
encoding functions that dereference
NULL pointer.
author | iive |
---|---|
date | Sun, 03 Apr 2011 14:39:27 +0000 |
parents | 8e7537586f0b |
children |
comparison
equal
deleted
inserted
replaced
33108:5450a92ac4bd | 33109:01b19cf2649c |
---|