Commit 634b0984 authored by cehoyos's avatar cehoyos

Cosmetics: Fix indentation.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16433 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 75b0410c
No related merge requests found
......@@ -7427,7 +7427,7 @@ static int decode_nal_units(H264Context *h, const uint8_t *buf, int buf_size){
ff_VDPAU_h264_add_data_chunk(h, start_code, sizeof(start_code));
ff_VDPAU_h264_add_data_chunk(h, &buf[buf_index - consumed], consumed );
}else
context_count++;
context_count++;
}
break;
case NAL_DPA:
......
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