diff options
author | rafa_99 <raroma09@gmail.com> | 2021-09-05 00:12:39 +0100 |
---|---|---|
committer | rafa_99 <raroma09@gmail.com> | 2021-09-05 00:12:39 +0100 |
commit | 0150234f07c9999a405f53ab4666984e17d27e0e (patch) | |
tree | 6552e22bf6fb6e7e64c8abd35484e38800e3d030 /include | |
parent | ed9ad979be88a230eb873e8914a2425f84f09b06 (diff) |
Some refactoring
Diffstat (limited to 'include')
-rw-r--r-- | include/video.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/video.h b/include/video.h index e51721d..9ac136d 100644 --- a/include/video.h +++ b/include/video.h @@ -1,17 +1,5 @@ #pragma once -#define TITLE 100 -#define AUTHOR 120 -#define VIDEOID 11 -#define DURATION 8 - -/* - * title -> max 100 characters - * author -> max 120 characters combined - * video id -> max 11 characters - * duration -> max 8 characters - * thumbnail -> https://i.ytimg.com/vi/[id]/hq720.jpg - */ typedef struct video { char *title, *author, *id, *duration; |