Mercurial > libavformat.hg
changeset 4223:8f2cb573b5b0 libavformat
Reindent after last commit
author | lucabe |
---|---|
date | Thu, 15 Jan 2009 14:07:59 +0000 |
parents | 0267c4299992 |
children | bb346dbc0958 |
files | flvenc.c matroskaenc.c movenc.c |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/flvenc.c Thu Jan 15 14:03:07 2009 +0000 +++ b/flvenc.c Thu Jan 15 14:07:59 2009 +0000 @@ -366,7 +366,7 @@ enc->extradata_size > 0 && *(uint8_t*)enc->extradata != 1) { ff_avc_parse_nal_units(pb, pkt->data, pkt->size); } else { - put_buffer(pb, pkt->data, size); + put_buffer(pb, pkt->data, size); } put_be32(pb,size+flags_size+11); // previous tag size flv->duration = FFMAX(flv->duration, pkt->pts + flv->delay + pkt->duration);