X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavutil%2Ftimecode.h;h=da252c1c17b0c9cf8a6f75fd0961d288841cf33c;hb=465a72b4b4ad1366b47436506a1352ee0c0ef232;hp=41e56d6bfa997f5541c7454a766940df28ed0fe2;hpb=27744fe439c59182e608c381928817d64bb21d96;p=ffmpeg diff --git a/libavutil/timecode.h b/libavutil/timecode.h index 41e56d6bfa9..da252c1c17b 100644 --- a/libavutil/timecode.h +++ b/libavutil/timecode.h @@ -32,12 +32,6 @@ #define AV_TIMECODE_STR_SIZE 16 -#define AV_TIMECODE_OPTION(ctx, string_field, flags) \ - "timecode", "set timecode value following hh:mm:ss[:;.]ff format, " \ - "use ';' or '.' before frame number for drop frame", \ - offsetof(ctx, string_field), \ - AV_OPT_TYPE_STRING, {.str=NULL}, CHAR_MIN, CHAR_MAX, flags - enum AVTimecodeFlag { AV_TIMECODE_FLAG_DROPFRAME = 1<<0, ///< timecode is drop frame AV_TIMECODE_FLAG_24HOURSMAX = 1<<1, ///< timecode wraps after 24 hours