summaryrefslogtreecommitdiff
path: root/libavutil
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-05-28 16:57:13 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2016-06-01 18:12:34 +0200
commit003a9e4854d6c88c703c6429b547544166d96eab (patch)
treefcae7b14150adea14f81c214c4289891fa52ec83 /libavutil
parent77ba4a784302d61eaf89e640f17e6b6ab5ac8fa6 (diff)
avutil/frame: Document avcodec_get_frame_class() and the option naming system
Missing docs found by: nevcairiel Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/frame.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavutil/frame.h b/libavutil/frame.h
index 2d6299b20b..b30aa4792e 100644
--- a/libavutil/frame.h
+++ b/libavutil/frame.h
@@ -176,6 +176,10 @@ typedef struct AVFrameSideData {
* Similarly fields that are marked as to be only accessed by
* av_opt_ptr() can be reordered. This allows 2 forks to add fields
* without breaking compatibility with each other.
+ *
+ * Fields can be accessed through AVOptions, the name string used, matches the
+ * C structure field name for fields accessable through AVOptions. The AVClass
+ * for AVFrame can be obtained from avcodec_get_frame_class()
*/
typedef struct AVFrame {
#define AV_NUM_DATA_POINTERS 8