]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavformat/rtpdec.c
typo fixes
[frescor/ffmpeg.git] / libavformat / rtpdec.c
index 7bdfca30a57c28193bc8eb3557b9785a5752ce9e..20e162e948106a9e3b2eef0028354b76898ea106 100644 (file)
@@ -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);