]> git.sesse.net Git - vlc/commit
Add a centralized avcodec lock
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 12 Mar 2009 15:27:37 +0000 (17:27 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 12 Mar 2009 15:41:49 +0000 (17:41 +0200)
commit6f037fa47876b4270133259f2d5f5ae545b2689a
tree59d4e67001361560dbaad38b19a32ac9b08b5192
parentc1e1c430cc56fa3451285aed24180bbbced4b385
Add a centralized avcodec lock

avcodec is used from at least three different plugins: avcodec,
switcher (which seems dead though) and indirectly in avformat. We need
to have a common interlock for all of these.
include/vlc_avcodec.h [new file with mode: 0644]
src/Makefile.am
src/libvlc.c
src/libvlccore.sym