]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/timecode.h
wmall: fix return type of dump_int_buffer()
[ffmpeg] / libavcodec / timecode.h
index c1664075c7f5221646e87fe53d7fc1c02ccb04ef..5646199ff769b8046e3bb3d3efc3b0bbfe07bb7a 100644 (file)
@@ -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