summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
diff options
context:
space:
mode:
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-09-29 20:08:26 +0200
committerAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-10-09 22:09:08 +0200
commit8d6625642db064a45224cb7a8e037f6e79a6554d (patch)
tree30cfba33bc81a26295dd4b371c208d6204104ef4 /libavformat/mov.c
parent35af7add6fac7f926d0cbb5724f36f0fe5022488 (diff)
doc: fix spelling errors
Reviewed-by: Lou Logan <lou@lrcd.com> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r--libavformat/mov.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index da170a68fa..78596f564f 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -893,9 +893,9 @@ static int mov_read_adrm(MOVContext *c, AVIOContext *pb, MOVAtom atom)
}
/* drm blob processing */
- avio_read(pb, output, 8); // go to offset 8, absolute postion 0x251
+ avio_read(pb, output, 8); // go to offset 8, absolute position 0x251
avio_read(pb, input, DRM_BLOB_SIZE);
- avio_read(pb, output, 4); // go to offset 4, absolute postion 0x28d
+ avio_read(pb, output, 4); // go to offset 4, absolute position 0x28d
avio_read(pb, file_checksum, 20);
av_log(c->fc, AV_LOG_INFO, "[aax] file checksum == "); // required by external tools