Mercurial > libavformat.hg
changeset 4736:c0e7d62efe9c libavformat
Reindent after r18010.
author | rbultje |
---|---|
date | Mon, 16 Mar 2009 13:01:02 +0000 |
parents | bf01c2a17c8d |
children | 1207c596d674 |
files | rdt.c rmdec.c |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/rdt.c Mon Mar 16 12:59:18 2009 +0000 +++ b/rdt.c Mon Mar 16 13:01:02 2009 +0000 @@ -314,9 +314,9 @@ return res; if (res > 0) { if (st->codec->codec_id == CODEC_ID_AAC) { - memcpy (rdt->buffer, buf + pos, len - pos); - rdt->rmctx->pb = av_alloc_put_byte (rdt->buffer, len - pos, 0, - NULL, NULL, NULL, NULL); + memcpy (rdt->buffer, buf + pos, len - pos); + rdt->rmctx->pb = av_alloc_put_byte (rdt->buffer, len - pos, 0, + NULL, NULL, NULL, NULL); } goto get_cache; }