Skip to content

Instantly share code, notes, and snippets.

View natalia-osa's full-sized avatar

Natalia O natalia-osa

  • Natalia Osiecka MobileSoftware
  • Poland
View GitHub Profile
This file has been truncated, but you can view the full file.
INFO 2016/07/11 12:31:04:308 | Device: iPad 2 3G 64GB; System: iPhone OS 9.3.2; Left free space: 41.48 GB
[aac @ 0x15ba8000] Format aac detected only with low score of 1, misdetection possible!
[aac @ 0x1642d000] More than one AAC RDB per ADTS frame is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
[aac @ 0x1642d000] channel element 0.0 is not allocated
[aac @ 0x1642d000] Sample rate index in program config element does not match the sample rate index configured by the container.
[aac @ 0x1642d000] Inconsistent channel configuration.
[aac @ 0x1642d000] get_buffer() failed
[aac @ 0x1642d000] channel element 3.10 is not allocated
[aac @ 0x1642d000] Reserved bit set.
@natalia-osa
natalia-osa / gist:6bb32be3f637ea73bd37
Created June 28, 2015 20:34
Offset navigationBar
// Created by Natalia Paula Osiecka on 22/06/15.
// Based on Obj-C solution of Justin D Kuzma
// http://jdkuzma.tumblr.com/post/79294999487/xcode-mapview-offsetting-the-compass-and-legal
class MyLayoutGuide: NSObject, UILayoutSupport {
var insetLength: CGFloat = 0
init(insetLength: CGFloat) {
self.insetLength = insetLength
}