diff options
author | Limin Wang <lance.lmwang@gmail.com> | 2020-06-30 23:22:58 +0800 |
---|---|---|
committer | Limin Wang <lance.lmwang@gmail.com> | 2020-07-15 05:47:14 +0800 |
commit | c24c6a1bee10fc5526803dbeaf2a18453f50b9a8 (patch) | |
tree | 1233fa1beae0602ebfa4e98802ef0a873e11a806 /libavutil/frame.h | |
parent | 05f3d37dd58b1626c8e587cdf11af5a0ab65d377 (diff) | |
download | ffmpeg-c24c6a1bee10fc5526803dbeaf2a18453f50b9a8.tar.gz |
avutil/timecode: add description for SMPTE binary format
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Diffstat (limited to 'libavutil/frame.h')
-rw-r--r-- | libavutil/frame.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavutil/frame.h b/libavutil/frame.h index 3fb8c56be8..3bd240fc97 100644 --- a/libavutil/frame.h +++ b/libavutil/frame.h @@ -162,8 +162,8 @@ enum AVFrameSideDataType { /** * Timecode which conforms to SMPTE ST 12-1. The data is an array of 4 uint32_t * where the first uint32_t describes how many (1-3) of the other timecodes are used. - * The timecode format is described in the av_timecode_get_smpte_from_framenum() - * function in libavutil/timecode.c. + * The timecode format is described in the documentation of av_timecode_get_smpte_from_framenum() + * function in libavutil/timecode.h. */ AV_FRAME_DATA_S12M_TIMECODE, |