mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
10l (wrong context)
Originally committed as revision 3508 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
178fcca848
commit
8cbd529f12
2
ffmpeg.c
2
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;
|
||||
|
Loading…
Reference in New Issue
Block a user