From: Sejun Park Date: Tue, 18 Jul 2017 10:12:02 +0000 (+0900) Subject: Increase MAXINUM_QNUM due to error callback invocation problem X-Git-Tag: submit/tizen/20170718.101752^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cedd73c46c0d9c9211475788ef2f4271348defb9;p=platform%2Fcore%2Fapi%2Fmediacodec.git Increase MAXINUM_QNUM due to error callback invocation problem Change-Id: Ie4edc97f8e2a9e9c9764a1278f5204585548fe37 --- diff --git a/include/media_codec_port_gst.h b/include/media_codec_port_gst.h index 3cf9120..626f9ad 100644 --- a/include/media_codec_port_gst.h +++ b/include/media_codec_port_gst.h @@ -55,7 +55,7 @@ extern "C" { #define AAC_CODECDATA_SIZE 16 #define WMA_CODECDATA_SIZE 64 #define VORBIS_CODECDATA_SIZE 4096 -#define MAXINUM_QNUM 15 +#define MAXINUM_QNUM 20 #define THRESHOLD_QNUM 5 /* gst port layer */