Commit df20619b authored by James Almer's avatar James Almer

avformat/avc: reindent after the last commit

Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 9cd361c5
......@@ -161,6 +161,7 @@ int ff_isom_write_avcc(AVIOContext *pb, const uint8_t *data, int len)
avio_wb16(pb, pps_size);
avio_write(pb, pps, pps_size);
av_free(start);
return 0;
}
......
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