Fix typo error 56/300556/1 accepted/tizen/unified/20231030.145736
authorGilbok Lee <gilbok.lee@samsung.com>
Fri, 27 Oct 2023 03:45:35 +0000 (12:45 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Fri, 27 Oct 2023 05:56:56 +0000 (05:56 +0000)
Change-Id: I3e425c71afe4426bd89f3ee21f07eaa91dcbd9d3
(cherry picked from commit 7685b40a989cf0e21e52c7ea38845c1cccbdb35e)

src/esplusplayer/src/esplusplayer_capi.cpp

index 45aca6c..ccea730 100644 (file)
@@ -323,7 +323,7 @@ class listener_bridge : public esplusplayer::EsEventListener {
     _pkt->pts = packet.pts;
     _pkt->duration = packet.duration;
     _pkt->surface_data = static_cast<void*>(packet.surface_data);
-#ifdef TIZEN_FETURE_PUBLIC
+#ifdef TIZEN_FEATURE_PUBLIC
     _pkt->private_data = packet.buffer_addr;
 #else
     _pkt->private_data = packet.scaler_index;