summaryrefslogtreecommitdiff
path: root/libavcodec/timecode.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/timecode.h')
-rw-r--r--libavcodec/timecode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/timecode.h b/libavcodec/timecode.h
index c1664075c7..5646199ff7 100644
--- a/libavcodec/timecode.h
+++ b/libavcodec/timecode.h
@@ -34,7 +34,7 @@
"timecode", "set timecode value following hh:mm:ss[:;.]ff format, " \
"use ';' or '.' before frame number for drop frame", \
offsetof(ctx, tc.str), \
- FF_OPT_TYPE_STRING, {.str=NULL}, CHAR_MIN, CHAR_MAX, flags
+ AV_OPT_TYPE_STRING, {.str=NULL}, CHAR_MIN, CHAR_MAX, flags
struct ff_timecode {
char *str; ///< string following the hh:mm:ss[:;.]ff format