Commit 8cbd529f authored by Michael Niedermayer's avatar Michael Niedermayer

10l (wrong context)

Originally committed as revision 3508 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 178fcca8
...@@ -2803,6 +2803,7 @@ static void opt_input_file(const char *filename) ...@@ -2803,6 +2803,7 @@ static void opt_input_file(const char *filename)
enc->idct_algo = idct_algo; enc->idct_algo = idct_algo;
enc->debug = debug; enc->debug = debug;
enc->debug_mv = debug_mv; enc->debug_mv = debug_mv;
enc->lowres= lowres;
if(bitexact) if(bitexact)
enc->flags|= CODEC_FLAG_BITEXACT; enc->flags|= CODEC_FLAG_BITEXACT;
if(me_threshold) if(me_threshold)
...@@ -3151,7 +3152,6 @@ static void opt_output_file(const char *filename) ...@@ -3151,7 +3152,6 @@ static void opt_output_file(const char *filename)
video_enc->level= video_level; video_enc->level= video_level;
video_enc->nsse_weight= nsse_weight; video_enc->nsse_weight= nsse_weight;
video_enc->me_subpel_quality= subpel_quality; video_enc->me_subpel_quality= subpel_quality;
video_enc->lowres= lowres;
if(packet_size){ if(packet_size){
video_enc->rtp_mode= 1; video_enc->rtp_mode= 1;
......
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