search for: noautosync_flag

Displaying 1 result from an estimated 1 matches for "noautosync_flag".

2004 Dec 19
0
[patch] more ffmpeg2theora improvements
...ding quality for audio\n" "\t --audiobitrate,-A\t[45 to 2000] encoding bitrate for audio\n" "\t --samplerate,-H\tset output samplerate in Hz\n" @@ -727,6 +814,7 @@ static int cropright_flag=0; static int cropleft_flag=0; static int nosound_flag=0; + static int noautosync_flag=0; static int aspect_flag=0; static int inputfps_flag=0; static int metadata_flag=0; @@ -736,7 +824,7 @@ av_register_all (); int c,long_option_index; - const char *optstring = "o:f:x:y:v:V:a:s:e:A:d:H:c:p:N:D:h::"; + const char *optstring = "o:f:x:y:v:V:a:s:e:A:S:F:d:H:c...