You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
avformat/vvc: Reindent after the previous commit
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -527,17 +527,17 @@ static int vvcc_add_nal_unit(uint8_t *nal_buf, uint32_t nal_size,
|
|||||||
if (vvcc->arrays[array_idx].num_nalus == 1)
|
if (vvcc->arrays[array_idx].num_nalus == 1)
|
||||||
vvcc->num_of_arrays++;
|
vvcc->num_of_arrays++;
|
||||||
|
|
||||||
if (nal_type == VVC_VPS_NUT)
|
if (nal_type == VVC_VPS_NUT)
|
||||||
ret = vvcc_parse_vps(&gbc, vvcc);
|
ret = vvcc_parse_vps(&gbc, vvcc);
|
||||||
else if (nal_type == VVC_SPS_NUT)
|
else if (nal_type == VVC_SPS_NUT)
|
||||||
ret = vvcc_parse_sps(&gbc, vvcc);
|
ret = vvcc_parse_sps(&gbc, vvcc);
|
||||||
else if (nal_type == VVC_PPS_NUT)
|
else if (nal_type == VVC_PPS_NUT)
|
||||||
ret = vvcc_parse_pps(&gbc, vvcc);
|
ret = vvcc_parse_pps(&gbc, vvcc);
|
||||||
else if (nal_type == VVC_OPI_NUT) {
|
else if (nal_type == VVC_OPI_NUT) {
|
||||||
// not yet supported
|
// not yet supported
|
||||||
}
|
}
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
end:
|
end:
|
||||||
av_free(rbsp_buf);
|
av_free(rbsp_buf);
|
||||||
|
|||||||
Reference in New Issue
Block a user