Commit 0f7361ad authored by diego's avatar diego

FastUVMV vs FastUVMC typo, noticed by bond


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5693 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 738b6e4c
......@@ -1266,7 +1266,7 @@ static int decode_sequence_header(AVCodecContext *avctx, GetBitContext *gb)
}
av_log(avctx, AV_LOG_DEBUG,
"Profile %i:\nfrmrtq_postproc=%i, bitrtq_postproc=%i\n"
"LoopFilter=%i, MultiRes=%i, FastUVMV=%i, Extended MV=%i\n"
"LoopFilter=%i, MultiRes=%i, FastUVMC=%i, Extended MV=%i\n"
"Rangered=%i, VSTransform=%i, Overlap=%i, SyncMarker=%i\n"
"DQuant=%i, Quantizer mode=%i, Max B frames=%i\n",
v->profile, v->frmrtq_postproc, v->bitrtq_postproc,
......
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