[FFmpeg-cvslog] r22805 - trunk/libavformat/rtpdec.c
mstorsjo
subversion
Mon Apr 5 19:26:07 CEST 2010
Author: mstorsjo
Date: Mon Apr 5 19:26:06 2010
New Revision: 22805
Log:
Reindent
Modified:
trunk/libavformat/rtpdec.c
Modified: trunk/libavformat/rtpdec.c
==============================================================================
--- trunk/libavformat/rtpdec.c Mon Apr 5 19:25:39 2010 (r22804)
+++ trunk/libavformat/rtpdec.c Mon Apr 5 19:26:06 2010 (r22805)
@@ -402,7 +402,7 @@ static int rtp_parse_mp4_au(RTPDemuxCont
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;
}
More information about the ffmpeg-cvslog
mailing list