ots: roll r81->r82

Picks up this commit:

Remove dependency on winsock2 (ws2_32.dll) on Windows.

Use intrinsics for byte order conversion, per suggestion by maruel.

Are there any other opentype tests to verify functionality? Wiki page
says I need security team access to get the malicious fonts.

Patch-by: dcurtis

BUG=115477
TEST=No longer crashes with new ffmpeg.

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123542 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/DEPS b/DEPS
index b732f03..0d6ccd3 100644
--- a/DEPS
+++ b/DEPS
@@ -159,7 +159,7 @@
     Var("webkit_trunk") + "/Tools/TestWebKitAPI@" + Var("webkit_revision"),
 
   "src/third_party/ots":
-    (Var("googlecode_url") % "ots") + "/trunk@81",
+    (Var("googlecode_url") % "ots") + "/trunk@82",
 
   "src/tools/page_cycler/acid3":
     "/trunk/deps/page_cycler/acid3@102714",