Commit f2c214a1 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Cosmetics: Fix indentation.

Originally committed as revision 16433 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent e731b5c3
......@@ -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