Searched refs:error_msg_ret (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dopenal-dec.c78 * @param error_msg_ret A pointer to a char* in which to return the error message, or NULL if desired.
81 static inline int al_get_error(ALCdevice *device, const char** error_msg_ret) argument
84 if (error_msg_ret)
85 *error_msg_ret = (const char*) alcGetString(device, error);

Completed in 33 milliseconds