summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-09-25 23:54:38 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-09-25 23:54:38 +0000
commit8cbd529f12203050780025dfae837e50591d3145 (patch)
treebd859aafe4d676dc44821c1873542143180a9c8a
parent178fcca84883bdbff02d5ae8eb7825bf884b40d8 (diff)
10l (wrong context)
Originally committed as revision 3508 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 2c6eab85fb..e7fc901e2b 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -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;