]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/amr.c
Merge commit '1c9e8616c535ef496e7ee8a5cbc5e9e972a6977d'
[ffmpeg] / libavformat / amr.c
index c113e921915fdd66f07ec70f4c881e0e2b4aab11..59963e14b890b01e5eda2939ac1498b20ccf6685 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * amr file format
- * Copyright (c) 2001 ffmpeg project
+ * Copyright (c) 2001 FFmpeg project
  *
  * This file is part of FFmpeg.
  *
@@ -121,7 +121,7 @@ static int amr_read_packet(AVFormatContext *s, AVPacket *pkt)
         return AVERROR(EIO);
     }
 
-    // FIXME this is wrong, this should rather be in a AVParser
+    // FIXME this is wrong, this should rather be in an AVParser
     toc  = avio_r8(s->pb);
     mode = (toc >> 3) & 0x0F;