Fix typo error 50/300550/1 accepted/tizen/7.0/unified/20231027.163450
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 03:45:35 +0000 (12:45 +0900)
Change-Id: I3e425c71afe4426bd89f3ee21f07eaa91dcbd9d3

src/esplusplayer/src/esplusplayer_capi.cpp

index 45aca6c368d23a8c5d46da67cf7e1ff8aa5786ca..ccea73033afcc14ac7ccacf8ab471407252b5cda 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;