Skip to content

Instantly share code, notes, and snippets.

02-08 10:30:01.336 1353 1353 W PackageManager: Not granting permission android.permission.BROADCAST_WAP_PUSH to package org.thoughtcrime.securesms (protectionLevel=2 flags=0x38583e44)
02-08 10:30:01.336 1353 1353 W PackageManager: Not granting permission android.permission.READ_CONTACTS to package org.thoughtcrime.securesms because it was previously installed without
02-08 10:30:01.336 1353 1353 W PackageManager: Not granting permission android.permission.WRITE_CONTACTS to package org.thoughtcrime.securesms because it was previously installed without
02-08 10:30:01.336 1353 1353 W PackageManager: Not granting permission android.permission.RECEIVE_SMS to package org.thoughtcrime.securesms because it was previously installed without
02-08 10:30:01.336 1353 1353 W PackageManager: Not granting permission android.permission.RECEIVE_MMS to package org.thoughtcrime.securesms because it was previously installed without
02-08 10:30:01.336 1353 1353 W PackageManager: Not granting permission android.permissi
02-13 14:20:12.307 1318 1318 W PackageManager: Not granting permission android.permission.BROADCAST_WAP_PUSH to package org.thoughtcrime.securesms (protectionLevel=2 flags=0x38583e44)
02-13 14:20:12.307 1318 1318 W PackageManager: Not granting permission android.permission.READ_CONTACTS to package org.thoughtcrime.securesms because it was previously installed without
02-13 14:20:12.307 1318 1318 W PackageManager: Not granting permission android.permission.WRITE_CONTACTS to package org.thoughtcrime.securesms because it was previously installed without
02-13 14:20:12.307 1318 1318 W PackageManager: Not granting permission android.permission.RECEIVE_SMS to package org.thoughtcrime.securesms because it was previously installed without
02-13 14:20:12.307 1318 1318 W PackageManager: Not granting permission android.permission.RECEIVE_MMS to package org.thoughtcrime.securesms because it was previously installed without
02-13 14:20:12.307 1318 1318 W PackageManager: Not granting permission android.permissi
diff --git a/src/lib/ffmpeg-4.0/avcodec.pas b/src/lib/ffmpeg-4.0/avcodec.pas
index e717744d..cef8b16e 100644
--- a/src/lib/ffmpeg-4.0/avcodec.pas
+++ b/src/lib/ffmpeg-4.0/avcodec.pas
@@ -84,7 +84,7 @@ const
(* Supported version by this header *)
LIBAVCODEC_MAX_VERSION_MAJOR = 58;
- LIBAVCODEC_MAX_VERSION_MINOR = 35;
+ LIBAVCODEC_MAX_VERSION_MINOR = 54;
#!/usr/bin/python
# input : a Xournal file as XML (uncompressed)
import humanize
import xml.etree.ElementTree as ET
import sys
def width_count_to_size(widths_count):
# double is 64-bit
return widths_count*8