obs-ffmpeg: Use new encoder error handling functions

This commit is contained in:
Richard Stanway
2019-10-09 18:28:26 +02:00
committed by Richard Stanway
parent 5dc9f989d6
commit 5e3e9c1f13
6 changed files with 78 additions and 27 deletions

View File

@@ -2104,7 +2104,7 @@ EXPORT bool obs_encoder_paused(const obs_encoder_t *output);
EXPORT const char *obs_encoder_get_last_error(obs_encoder_t *encoder);
EXPORT void obs_encoder_set_last_error(obs_encoder_t *encoder,
const char *message);
const char *message);
/* ------------------------------------------------------------------------- */
/* Stream Services */