Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1f3ba53b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ExtMediaPlayer: Increase parcel pool size to 30"

parents 5da4fb7c 3cbe26e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ struct extfields_t
};
 static extfields_t extfields;

#define MAX_NUM_PARCELS 5
#define MAX_NUM_PARCELS 30

class JNIExtMediaPlayerListener: public MediaPlayerListener
{