OSDN Git Service

avcodec/utils: Warn the user about the lack of a lock manager if insufficient locks...
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 23 Jul 2013 23:04:24 +0000 (01:04 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 23 Jul 2013 23:11:09 +0000 (01:11 +0200)
commit274a50ab57381c67946923acdf7ed6e2c7008790
tree26360aa56d9b39a417cdea0ba6c65a5e1b484d21
parent55db06af64d1acb7c3e304d61e7a1f265139d27a
avcodec/utils: Warn the user about the lack of a lock manager if insufficient locks are detected

A lock manager is not the only possibility to avoid open/close locking
issues but its easier and more robust than maintaining a lot of lock/unlock
calls.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/utils.c