mirror of https://git.ffmpeg.org/ffmpeg.git
Cosmetics: Fix indentation.
Originally committed as revision 16433 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e731b5c3d8
commit
f2c214a1ec
|
@ -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, start_code, sizeof(start_code));
|
||||||
ff_VDPAU_h264_add_data_chunk(h, &buf[buf_index - consumed], consumed );
|
ff_VDPAU_h264_add_data_chunk(h, &buf[buf_index - consumed], consumed );
|
||||||
}else
|
}else
|
||||||
context_count++;
|
context_count++;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case NAL_DPA:
|
case NAL_DPA:
|
||||||
|
|
Loading…
Reference in New Issue