WorldsNoob / open-rp

Automatically exported from code.google.com/p/open-rp
0 stars 0 forks source link

Audio doesn't always initialize/play #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Since moving to libavcodec from using libfaad directly, the audio stream
doesn't always start properly.  Seems to only affect MacOSX.

Original issue reported on code.google.com by dashhacker242 on 15 May 2009 at 3:22

GoogleCodeExporter commented 8 years ago
Resolved by using a mutex for calls to avcodec_open/close.

Original comment by dashhacker242 on 16 May 2009 at 8:24