
Go to the source code of this file.
Defines | |
| #define | VLC_AVCODEC_H 1 |
Functions | |
| void | vlc_avcodec_mutex (bool) |
| static void | vlc_avcodec_lock (void) |
| static void | vlc_avcodec_unlock (void) |
| #define VLC_AVCODEC_H 1 |
| static void vlc_avcodec_lock | ( | void | ) | [inline, static] |
References vlc_avcodec_mutex().
Referenced by Add(), CloseDecoder(), Del(), ffmpeg_OpenCodec(), InitAudioDec(), InitLibavcodec(), and VideoCommand().
| void vlc_avcodec_mutex | ( | bool | ) |
References lock, vlc_mutex_lock(), vlc_mutex_unlock(), and VLC_STATIC_MUTEX.
Referenced by vlc_avcodec_lock(), and vlc_avcodec_unlock().
| static void vlc_avcodec_unlock | ( | void | ) | [inline, static] |
References vlc_avcodec_mutex().
Referenced by Add(), CloseDecoder(), Del(), ffmpeg_OpenCodec(), InitAudioDec(), InitLibavcodec(), and VideoCommand().
1.5.6