summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2010-04-05 17:25:39 +0000
committerMartin Storsjö <martin@martin.st>2010-04-05 17:25:39 +0000
commit0e4b185a8df12c7b42642699a8df45e0de48de07 (patch)
tree3db2a23dc227c80e907e9831799da9bb7fd0251a /libavformat/rtpdec.h
parent1da1e1933fe3e8e65e0591b143653c42436c937a (diff)
Fix leaks in the AAC RTP depacketizer
Originally committed as revision 22804 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtpdec.h')
-rw-r--r--libavformat/rtpdec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/rtpdec.h b/libavformat/rtpdec.h
index 1e56e9e40a..19996fadd4 100644
--- a/libavformat/rtpdec.h
+++ b/libavformat/rtpdec.h
@@ -48,6 +48,7 @@ typedef struct rtp_payload_data
int rap_flag;
int streamstate;
} *au_headers;
+ int au_headers_allocated;
int nb_au_headers;
int au_headers_length_bytes;
int cur_au_index;