diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-03-15 16:15:47 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-03-15 16:15:47 +0000 |
commit | bd1071363648638a1a2d958edb70e8ca83ec4138 (patch) | |
tree | f8de9e326f2587a1216b3378c7ac0c559ec2fe32 /libavformat/rtpdec.c | |
parent | bee972eeaddbcd92d8bc4823bd676fe19fa0e96f (diff) | |
download | ffmpeg-bd1071363648638a1a2d958edb70e8ca83ec4138.tar.gz |
typo fixes
Originally committed as revision 12449 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtpdec.c')
-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 7bdfca30a5..20e162e948 100644 --- a/libavformat/rtpdec.c +++ b/libavformat/rtpdec.c @@ -318,7 +318,7 @@ static int rtp_parse_mp4_au(RTPDemuxContext *s, const uint8_t *buf) if (infos == NULL) return -1; - /* decode the first 2 bytes where are stored the AUHeader sections + /* decode the first 2 bytes where the AUHeader sections are stored length in bits */ au_headers_length = AV_RB16(buf); |