summaryrefslogtreecommitdiffstats
path: root/libavformat/avio_internal.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-12-19 14:28:58 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-12-19 14:28:58 +0100
commitaf804dbe9ed0e6a1b2d5e9eca1a7155c2fe91e3e (patch)
treef093e566a4985317a2dc7d9f3f5df38599142720 /libavformat/avio_internal.h
parent80a9297b711b7acb152ebbf84b28772945f920ea (diff)
parent523c7bd23c781aa0f3a85044896f5e18e8b52534 (diff)
downloadffmpeg-streaming-af804dbe9ed0e6a1b2d5e9eca1a7155c2fe91e3e.zip
ffmpeg-streaming-af804dbe9ed0e6a1b2d5e9eca1a7155c2fe91e3e.tar.gz
Merge commit '523c7bd23c781aa0f3a85044896f5e18e8b52534'
* commit '523c7bd23c781aa0f3a85044896f5e18e8b52534': misc typo, style and wording fixes Conflicts: libavcodec/options_table.h libavutil/pixfmt.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/avio_internal.h')
-rw-r--r--libavformat/avio_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avio_internal.h b/libavformat/avio_internal.h
index 3c0fc93..cf36764 100644
--- a/libavformat/avio_internal.h
+++ b/libavformat/avio_internal.h
@@ -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)
OpenPOWER on IntegriCloud