From 1681c3f491982c76c680c9b5f958bc5d69746ec2 Mon Sep 17 00:00:00 2001 From: Marten Richter Date: Thu, 26 Dec 2013 10:44:03 +0100 Subject: [PATCH] Additional mp3 sanity check as suggested by winschrott --- audioomx.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/audioomx.cc b/audioomx.cc index 4703bbf..5653b5e 100644 --- a/audioomx.cc +++ b/audioomx.cc @@ -1581,6 +1581,7 @@ unsigned int AudioOMX::AdvanceMpAudioSync(const UCHAR *data,unsigned int size,un //inspired by libav parsing code while (test+1 reserved //sanity check inspired by libav -- 2.39.2