Hi, this patch just removes a compiler warning.
Thanks!
Chris
From a0e11238d7d8199403c4ea0b4e8eef3eae0affa8 Mon Sep 17 00:00:00 2001
From: Chris Watkins
Date: Tue, 21 Apr 2015 14:14:19 -0700
Subject: [PATCH] avformat/mov.c: Use %d to print an enum, not PRIu8
Using the PRIu8 format specifier to p
From a93fa19467ac2568cfe32332b789b315e37dbdf1 Mon Sep 17 00:00:00 2001
From: Chris Watkins
Date: Mon, 20 Apr 2015 14:23:57 -0700
Subject: [PATCH] oggparsedirac: check return value of init_get_bits
If init_get_bits fails the GetBitContext is invalid and must not be
used. Check the return value in