Quellcode durchsuchen

libobs: Simplify comment

These are basically just capabilities of a source, that and too much
text on one line.
jp9000 vor 11 Jahren
Ursprung
Commit
a73816665c
1 geänderte Dateien mit 1 neuen und 3 gelöschten Zeilen
  1. 1 3
      libobs/obs.h

+ 1 - 3
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 */