From a73816665c10a8d396da5b44b4513a5ecdeea7de Mon Sep 17 00:00:00 2001 From: jp9000 Date: Mon, 23 Mar 2015 09:11:34 -0700 Subject: [PATCH] libobs: Simplify comment These are basically just capabilities of a source, that and too much text on one line. --- libobs/obs.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libobs/obs.h b/libobs/obs.h index ce477101f..0b4b58ac7 100644 --- a/libobs/obs.h +++ b/libobs/obs.h @@ -649,9 +649,7 @@ EXPORT void obs_source_remove(obs_source_t *source); /** Returns true if the source should be released */ EXPORT bool obs_source_removed(const obs_source_t *source); -/** - * Retrieves flags that specify what type of data the source presents/modifies. - */ +/** Returns capability flags of a source */ EXPORT uint32_t obs_source_get_output_flags(const obs_source_t *source); /** Returns capability flags of a source type */ -- GitLab