diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2009-03-16 13:01:02 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2009-03-16 13:01:02 +0000 |
commit | c8829279574f250a7f34eaa0def602cce6f5eabc (patch) | |
tree | 93a69f7e696116ae822dfcfe7a617555c095eb2c /libavformat/rdt.c | |
parent | 55d330f913747a17b50502fc148208adcd4e54bc (diff) | |
download | ffmpeg-c8829279574f250a7f34eaa0def602cce6f5eabc.tar.gz |
Reindent after r18010.
Originally committed as revision 18011 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rdt.c')
-rw-r--r-- | libavformat/rdt.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavformat/rdt.c b/libavformat/rdt.c index 197f9db46e..9b5f1e607a 100644 --- a/libavformat/rdt.c +++ b/libavformat/rdt.c @@ -314,9 +314,9 @@ rdt_parse_packet (AVFormatContext *ctx, PayloadContext *rdt, AVStream *st, 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; } |