]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avio_internal.h
Merge commit 'f1d8763a02b5fce9a7d9789e049d74a45b15e1e8'
[ffmpeg] / libavformat / avio_internal.h
index 3c0fc93b3c35a6d544935fa955b460e3da64cb18..cf3676402b9efdbc2700ea0873ffb3c151fceb8e 100644 (file)
@@ -83,7 +83,7 @@ unsigned long ff_crc04C11DB7_update(unsigned long checksum, const uint8_t *buf,
 /**
  * Open a write only packetized memory stream with a maximum packet
  * size of 'max_packet_size'.  The stream is stored in a memory buffer
- * with a big endian 4 byte header giving the packet size in bytes.
+ * with a big-endian 4 byte header giving the packet size in bytes.
  *
  * @param s new IO context
  * @param max_packet_size maximum packet size (must be > 0)