mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-14 00:58:38 +02:00
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…
x
Reference in New Issue
Block a user