mirror of https://git.ffmpeg.org/ffmpeg.git
avformat/avc: reindent after the last commit
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
9cd361c5c1
commit
df20619b64
|
@ -161,6 +161,7 @@ int ff_isom_write_avcc(AVIOContext *pb, const uint8_t *data, int len)
|
||||||
avio_wb16(pb, pps_size);
|
avio_wb16(pb, pps_size);
|
||||||
avio_write(pb, pps, pps_size);
|
avio_write(pb, pps, pps_size);
|
||||||
av_free(start);
|
av_free(start);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue