diff options
Diffstat (limited to 'include/ffmpeg_utils.h')
| -rw-r--r-- | include/ffmpeg_utils.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/ffmpeg_utils.h b/include/ffmpeg_utils.h new file mode 100644 index 0000000..373122c --- /dev/null +++ b/include/ffmpeg_utils.h @@ -0,0 +1,14 @@ +#ifndef GSR_FFMPEG_UTILS_H +#define GSR_FFMPEG_UTILS_H + +#ifdef __cplusplus +extern "C" { +#endif + +const char* gsr_av_error_to_string(int err); + +#ifdef __cplusplus +} +#endif + +#endif /* GSR_FFMPEG_UTILS_H */ |
