summaryrefslogtreecommitdiff
path: root/libavutil
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/encryption_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/encryption_info.h b/libavutil/encryption_info.h
index 47dc3a35ca..ec5501aac7 100644
--- a/libavutil/encryption_info.h
+++ b/libavutil/encryption_info.h
@@ -41,7 +41,7 @@ typedef struct AVSubsampleEncryptionInfo {
* The size of this struct is not part of the public ABI.
*/
typedef struct AVEncryptionInfo {
- /** The fourcc encryption scheme. */
+ /** The fourcc encryption scheme, in big-endian byte order. */
uint32_t scheme;
/**