diff mencoder.c @ 7145:3854945aefbb

new mencoder option -info, to store copyright, title, encoder version etc in AVI based on patch by "Andriy N. Gritsenko" <andrej@lucky.net>
author arpi
date Thu, 29 Aug 2002 20:50:49 +0000
parents eca7dbad0166
children 28677d779205
line wrap: on
line diff
--- a/mencoder.c	Thu Aug 29 20:21:59 2002 +0000
+++ b/mencoder.c	Thu Aug 29 20:50:49 2002 +0000
@@ -164,6 +164,15 @@
 float sub_last_pts = -303;
 #endif
 
+// infos are empty by default
+char *info_name=NULL;
+char *info_artist=NULL;
+char *info_genre=NULL;
+char *info_subject=NULL;
+char *info_copyright=NULL;
+char *info_sourceform=NULL;
+char *info_comment=NULL;
+
 
 
 //char *out_audio_codec=NULL; // override audio codec