[0.6.156] remove progressive download path
[platform/core/multimedia/libmm-player.git] / src / include / mm_player_utils.h
index f46880b..70a9eab 100644 (file)
@@ -252,7 +252,6 @@ LOGD("-- prev %s, current %s, pending %s, target %s --", \
 #define MMPLAYER_IS_STREAMING(x_player) __is_streaming(x_player)
 #define MMPLAYER_IS_RTSP_STREAMING(x_player) __is_rtsp_streaming(x_player)
 #define MMPLAYER_IS_HTTP_STREAMING(x_player) __is_http_streaming(x_player)
-#define MMPLAYER_IS_HTTP_PD(x_player) __is_http_progressive_down(x_player)
 #define MMPLAYER_IS_HTTP_LIVE_STREAMING(x_player) __is_http_live_streaming(x_player)
 #define MMPLAYER_IS_LIVE_STREAMING(x_player) __is_live_streaming(x_player)
 #define MMPLAYER_IS_DASH_STREAMING(x_player) __is_dash_streaming(x_player)
@@ -280,7 +279,6 @@ gboolean __is_http_streaming(mm_player_t* player);
 gboolean __is_http_live_streaming(mm_player_t* player);
 gboolean __is_dash_streaming(mm_player_t* player);
 gboolean __is_smooth_streaming(mm_player_t* player);
-gboolean __is_http_progressive_down(mm_player_t* player);
 gboolean __is_ms_buff_src(mm_player_t* player);
 gboolean __has_suffix(mm_player_t* player, const gchar* suffix);