PLAYLIST_TYPE_VOD 1459 libavformat/hlsenc.c     int use_temp_file = is_file_proto && ((hls->flags & HLS_TEMP_FILE) || !(hls->pl_type == PLAYLIST_TYPE_VOD));
PLAYLIST_TYPE_VOD 2468 libavformat/hlsenc.c         if (hls->pl_type != PLAYLIST_TYPE_VOD) {
PLAYLIST_TYPE_VOD 2993 libavformat/hlsenc.c     {"vod", "VOD playlist", 0, AV_OPT_TYPE_CONST, {.i64 = PLAYLIST_TYPE_VOD }, INT_MIN, INT_MAX, E, "pl_type" },
PLAYLIST_TYPE_VOD  114 libavformat/hlsplaylist.c     } else if (playlist_type == PLAYLIST_TYPE_VOD) {