summaryrefslogtreecommitdiffstats
path: root/demux
diff options
context:
space:
mode:
authorGuido Cella <guido@guidocella.xyz>2023-10-29 18:41:26 +0100
committerDudemanguy <random342@airmail.cc>2023-10-30 16:45:47 +0000
commit040622f6b7a98204cf84d81066e64a5b39867c87 (patch)
tree9ca52db2cacb6a36983b4813ab9114d8a679b082 /demux
parent0341a6f1d39801160322d3fe16245f8387735f4b (diff)
downloadmpv-040622f6b7a98204cf84d81066e64a5b39867c87.tar.bz2
mpv-040622f6b7a98204cf84d81066e64a5b39867c87.tar.xz
various: remove trailing whitespace
Diffstat (limited to 'demux')
-rw-r--r--demux/codec_tags.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/demux/codec_tags.c b/demux/codec_tags.c
index 0e7b13ce6d..55700d9ac3 100644
--- a/demux/codec_tags.c
+++ b/demux/codec_tags.c
@@ -45,17 +45,17 @@ static const char *lookup_tag(int type, uint32_t tag)
}
-/*
+/*
* As seen in the following page:
- *
+ *
* https://web.archive.org/web/20220406060153/
* http://dream.cs.bath.ac.uk/researchdev/wave-ex/bformat.html
- *
+ *
* Note that the GUID struct in the above citation has its
* integers encoded in little-endian format, which means that
* the unsigned short and unsigned long entries need to be
* byte-flipped for this encoding.
- *
+ *
* In theory only the first element of this array should be used,
* however some encoders incorrectly encoded the GUID byte-for-byte
* and thus the second one exists as a fallback.