Commit 8487d8c2 authored by michael's avatar michael

cosmetic


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8392 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1a190549
......@@ -625,14 +625,11 @@ void MPV_decode_defaults(MpegEncContext *s){
#ifdef CONFIG_ENCODERS
static void MPV_encode_defaults(MpegEncContext *s){
int i;
MPV_common_defaults(s);
{
int i;
for(i=-16; i<16; i++){
default_fcode_tab[i + MAX_MV]= 1;
}
for(i=-16; i<16; i++){
default_fcode_tab[i + MAX_MV]= 1;
}
s->me.mv_penalty= default_mv_penalty;
s->fcode_tab= default_fcode_tab;
......
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