Commit 341c7e49 authored by Stephen Warren's avatar Stephen Warren Committed by Aaron Plattner
Browse files

trace: Fix a picture info bracket mismatch.


Signed-off-by: default avatarAaron Plattner <aplattner@nvidia.com>
parent f3bbd295
...@@ -397,7 +397,7 @@ static void _vdp_cap_dump_picture_info( ...@@ -397,7 +397,7 @@ static void _vdp_cap_dump_picture_info(
(uint32_t)rf->frame_idx (uint32_t)rf->frame_idx
); );
} }
fputs("}", _vdp_cap_data.fp); fputs("}}", _vdp_cap_data.fp);
} }
break; break;
case VDP_DECODER_PROFILE_VC1_SIMPLE: case VDP_DECODER_PROFILE_VC1_SIMPLE:
......
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