Commit d63e1f16 authored by michael's avatar michael

indent


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14399 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0e3c2abd
......@@ -2771,9 +2771,9 @@ static int split_field_copy(Picture *dest, Picture *src,
if (match) {
*dest = *src;
if(parity != PICT_FRAME){
pic_as_field(dest, parity);
dest->pic_id *= 2;
dest->pic_id += id_add;
pic_as_field(dest, parity);
dest->pic_id *= 2;
dest->pic_id += id_add;
}
}
......
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