comparison 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
comparison
equal deleted inserted replaced
7144:4f912998013e 7145:3854945aefbb
161 161
162 #ifdef USE_SUB 162 #ifdef USE_SUB
163 static subtitle* subtitles=NULL; 163 static subtitle* subtitles=NULL;
164 float sub_last_pts = -303; 164 float sub_last_pts = -303;
165 #endif 165 #endif
166
167 // infos are empty by default
168 char *info_name=NULL;
169 char *info_artist=NULL;
170 char *info_genre=NULL;
171 char *info_subject=NULL;
172 char *info_copyright=NULL;
173 char *info_sourceform=NULL;
174 char *info_comment=NULL;
166 175
167 176
168 177
169 //char *out_audio_codec=NULL; // override audio codec 178 //char *out_audio_codec=NULL; // override audio codec
170 //char *out_video_codec=NULL; // override video codec 179 //char *out_video_codec=NULL; // override video codec