diff options
author | Martin Storsjö | 2010-04-05 17:26:06 +0000 |
---|---|---|
committer | Martin Storsjö | 2010-04-05 17:26:06 +0000 |
commit | 0950e1703be141deccd3c1bc80d38145936b5f84 (patch) | |
tree | 129f32d7d615e1ced9348d33521811ffd8475b0a /libavformat | |
parent | 0e4b185a8df12c7b42642699a8df45e0de48de07 (diff) |
Reindent
Originally committed as revision 22805 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/rtpdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtpdec.c b/libavformat/rtpdec.c index e9b8a46b5a..d2041878cf 100644 --- a/libavformat/rtpdec.c +++ b/libavformat/rtpdec.c @@ -402,7 +402,7 @@ static int rtp_parse_mp4_au(RTPDemuxContext *s, const uint8_t *buf) infos->nb_au_headers = au_headers_length / au_header_size; if (!infos->au_headers || infos->au_headers_allocated < infos->nb_au_headers) { av_free(infos->au_headers); - infos->au_headers = av_malloc(sizeof(struct AUHeaders) * infos->nb_au_headers); + infos->au_headers = av_malloc(sizeof(struct AUHeaders) * infos->nb_au_headers); infos->au_headers_allocated = infos->nb_au_headers; } |