Skip to content

Commit

Permalink
version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Emil committed May 7, 2024
1 parent 78f2ecd commit 2762b40
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# delogo
Video Delogo: Finding the Logo Position and Size in a Video Stream
Video Delogo: Find the Logo Position and Size in a Video Stream
1 change: 1 addition & 0 deletions delogo.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ usage( char *pgmname )
}
long_len++;
op = long_options;
printf( "%s v%s - %s\n", TITLE, VERSION, AUTHOR );
printf( "Usage: %s [options] video_file\n",
pgmname );
while( op->name )
Expand Down
4 changes: 4 additions & 0 deletions delogo.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#ifndef TRANSCODE_H
#define TRANSCODE_H

#define TITLE "Delogo: Find the Logo Position and Size in a Video Stream"
#define AUTHOR "Zelea"
#define VERSION "1.0"

#define NOEDGE 255
#define POSSIBLE_EDGE 128
#define EDGE 0
Expand Down

0 comments on commit 2762b40

Please sign in to comment.