diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-09-25 23:54:38 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-09-25 23:54:38 +0000 |
commit | 8cbd529f12203050780025dfae837e50591d3145 (patch) | |
tree | bd859aafe4d676dc44821c1873542143180a9c8a /ffmpeg.c | |
parent | 178fcca84883bdbff02d5ae8eb7825bf884b40d8 (diff) | |
download | ffmpeg-8cbd529f12203050780025dfae837e50591d3145.tar.gz |
10l (wrong context)
Originally committed as revision 3508 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2803,6 +2803,7 @@ static void opt_input_file(const char *filename) enc->idct_algo = idct_algo; enc->debug = debug; enc->debug_mv = debug_mv; + enc->lowres= lowres; if(bitexact) enc->flags|= CODEC_FLAG_BITEXACT; if(me_threshold) @@ -3151,7 +3152,6 @@ static void opt_output_file(const char *filename) video_enc->level= video_level; video_enc->nsse_weight= nsse_weight; video_enc->me_subpel_quality= subpel_quality; - video_enc->lowres= lowres; if(packet_size){ video_enc->rtp_mode= 1; |