Commit b3997f8b authored by lucabe's avatar lucabe

Do not try to set a video standard unless "-tvstd" is specified


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9088 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f44cd327
...@@ -182,7 +182,7 @@ static FILE *fvstats; ...@@ -182,7 +182,7 @@ static FILE *fvstats;
static int rate_emu = 0; static int rate_emu = 0;
static int video_channel = 0; static int video_channel = 0;
static char *video_standard = "ntsc"; static char *video_standard;
static int audio_volume = 256; static int audio_volume = 256;
...@@ -3834,6 +3834,8 @@ int main(int argc, char **argv) ...@@ -3834,6 +3834,8 @@ int main(int argc, char **argv)
av_free(opt_names); av_free(opt_names);
av_free(video_standard);
#ifdef CONFIG_POWERPC_PERF #ifdef CONFIG_POWERPC_PERF
extern void powerpc_display_perf_report(void); extern void powerpc_display_perf_report(void);
powerpc_display_perf_report(); powerpc_display_perf_report();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment